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
 - Direct Known Subclasses:
- V16WireOperations
 
 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
 
- 
 - 
Field Summary- 
Fields inherited from class org.firebirdsql.gds.ng.wire.version13.V13WireOperationsCHA_CHA_PLUGIN_SPI_CLASS_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description V15WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
 - 
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, getPluginSpecificData, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readBatchCompletionResponse, readGenericResponse, readInlineBlobResponse, readNextOperation, readOperationResponse, readResponse, readSqlResponse, readStatusVector, readStatusVector, setNetworkTimeout, withLock, writeDirect
 
- 
 
- 
- 
- 
Constructor Detail- 
V15WireOperationspublic V15WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback) 
 
- 
 - 
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
 
 
- 
 
-