SecureSession

Members

Functions

isClientMode
bool isClientMode()
Undocumented in source.
isHandshakeFinished
bool isHandshakeFinished()
Undocumented in source.
isOpen
bool isOpen()
Undocumented in source.
read
ByteBuffer read(ByteBuffer receiveBuffer)
Undocumented in source.
write
int write(ByteBuffer[] outputBuffers, Callback callback)
Undocumented in source.
write
int write(ByteBuffer outputBuffer, Callback callback)
Undocumented in source.

Variables

NAME
enum string NAME;
Undocumented in source.

Inherited Members

From ProtocolSelector

getApplicationProtocol
string getApplicationProtocol()
Undocumented in source.
getSupportedApplicationProtocols
string[] getSupportedApplicationProtocols()
Undocumented in source.

Meta