AbstractSecureSession.doHandshake

The initial handshake is a procedure by which the two peers exchange communication parameters until an SecureSession is established. Application data can not be sent during this phase.

@param receiveBuffer Encrypted message @return True means handshake success @The I/O exception

class AbstractSecureSession
protected
bool
doHandshake
(
ByteBuffer receiveBuffer
)

Meta