Class V15WireOperations
- java.lang.Object
- 
- org.firebirdsql.gds.ng.wire.AbstractWireOperations
- 
- org.firebirdsql.gds.ng.wire.version10.V10WireOperations
- 
- org.firebirdsql.gds.ng.wire.version11.V11WireOperations
- 
- org.firebirdsql.gds.ng.wire.version13.V13WireOperations
- 
- org.firebirdsql.gds.ng.wire.version15.V15WireOperations
 
 
 
 
 
- 
- All Implemented Interfaces:
- FbWireOperations
 
 public class V15WireOperations extends V13WireOperations - Since:
- 4.0
- Author:
- Mark Rotteveel
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.firebirdsql.gds.ng.wire.FbWireOperationsFbWireOperations.ProcessAttachCallback
 
- 
 - 
Constructor SummaryConstructors Constructor Description V15WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback, java.lang.Object syncObject)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DbCryptDatareadCryptKeyCallback()Reads the database encryption callback data from the connection.protected voidwriteCryptKeyCallback(DbCryptData clientPluginResponse)Writes the database encryption callback response data to the connection.- 
Methods inherited from class org.firebirdsql.gds.ng.wire.version13.V13WireOperationsauthReceiveResponse, enableEncryption, handleCryptKeyCallback
 - 
Methods inherited from class org.firebirdsql.gds.ng.wire.version11.V11WireOperationsenqueueDeferredAction, processDeferredActions
 - 
Methods inherited from class org.firebirdsql.gds.ng.wire.AbstractWireOperationsaddServerKeys, clearServerKeys, consumePackets, getAttachProperties, getClientAuthBlock, getConnection, getDefaultWarningMessageCallback, getEncoding, getEncryptionIdentifiers, getSynchronizationObject, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readGenericResponse, readNextOperation, readOperationResponse, readResponse, readSingleResponse, readSqlResponse, readStatusVector, setNetworkTimeout, writeDirect
 
- 
 
- 
- 
- 
Constructor Detail- 
V15WireOperationspublic V15WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback, java.lang.Object syncObject) 
 
- 
 - 
Method Detail- 
readCryptKeyCallbackprotected DbCryptData readCryptKeyCallback() throws java.io.IOException, java.sql.SQLException Description copied from class:V13WireOperationsReads the database encryption callback data from the connection.- Overrides:
- readCryptKeyCallbackin class- V13WireOperations
- Returns:
- Database encryption callback data received from server
- Throws:
- java.io.IOException- For errors reading data from the socket
- java.sql.SQLException- For database errors
 
 - 
writeCryptKeyCallbackprotected void writeCryptKeyCallback(DbCryptData clientPluginResponse) throws java.sql.SQLException, java.io.IOException Description copied from class:V13WireOperationsWrites the database encryption callback response data to the connection.- Overrides:
- writeCryptKeyCallbackin class- V13WireOperations
- Parameters:
- clientPluginResponse- Database encryption callback response data to be sent to the server
- Throws:
- java.sql.SQLException- For database errors
- java.io.IOException- For errors reading data from the socket
 
 
- 
 
-