public class V13WireOperations extends V11WireOperations
FbWireOperations.ProcessAttachCallback| Constructor and Description |
|---|
V13WireOperations(WireConnection<?,?> connection,
WarningMessageCallback defaultWarningMessageCallback,
java.lang.Object syncObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
authReceiveResponse(FbWireAttachment.AcceptPacket acceptPacket,
FbWireOperations.ProcessAttachCallback processAttachCallback)
Receive authentication response from the server.
|
enqueueDeferredAction, processDeferredActionsaddServerKeys, consumePackets, getClientAuthBlock, getEncoding, getSynchronizationObject, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readGenericResponse, readNextOperation, readOperationResponse, readResponse, readSingleResponse, readSqlResponse, readStatusVector, writeDirectpublic V13WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback, java.lang.Object syncObject)
public void authReceiveResponse(FbWireAttachment.AcceptPacket acceptPacket, FbWireOperations.ProcessAttachCallback processAttachCallback) throws java.sql.SQLException, java.io.IOException
FbWireOperationsThis method is only relevant for protocol V13 or higher.
authReceiveResponse in interface FbWireOperationsauthReceiveResponse in class V10WireOperationsacceptPacket - Packet with op_cond_accept data, or null when the data should be read from the
connection.processAttachCallback - Callback for processing the final attach responsejava.sql.SQLException - For errors returned from the server, or when attempting to
read.java.io.IOException - For errors reading the response from the connection.Copyright © 2001-2017 Jaybird (Firebird JDBC/JCA) team. All rights reserved.