Class V10WireOperations

java.lang.Object
org.firebirdsql.gds.ng.wire.AbstractWireOperations
org.firebirdsql.gds.ng.wire.version10.V10WireOperations
All Implemented Interfaces:
FbWireOperations
Direct Known Subclasses:
V11WireOperations

public class V10WireOperations extends AbstractWireOperations
Since:
3.0
Author:
Mark Rotteveel
  • Constructor Details

  • Method Details

    • authReceiveResponse

      public void authReceiveResponse(FbWireAttachment.AcceptPacket acceptPacket, DbCryptCallback dbCryptCallback, FbWireOperations.ProcessAttachCallback processAttachCallback) throws IOException, SQLException
      Description copied from interface: FbWireOperations
      Receive authentication response from the server.

      This method is only relevant for protocol V13 or higher.

      Parameters:
      acceptPacket - Packet with op_cond_accept data, or null when the data should be read from the connection.
      dbCryptCallback - Database encryption callback (ignored by protocols v12 and lower)
      processAttachCallback - Callback for processing the final attach response
      Throws:
      IOException - For errors reading the response from the connection.
      SQLException - For errors returned from the server, or when attempting to read.