public interface HandshakeListener
SSLEngine
handshake
completions and act upon them. As such, task listeners are only useful for
SecureSocket
implementations. Only one handshake listener is
associated with each SecureSocket
instance.Modifier and Type | Method and Description |
---|---|
void |
handshakeComplete(SocketIF socket)
This method is called from the
SecureSocket once the
SSLEngine.getHandshakeStatus() is FINISHED. |
void handshakeComplete(SocketIF socket)
SecureSocket
once the
SSLEngine.getHandshakeStatus()
is FINISHED.
Handshake listeners are notified that they can begin operating in the
relevant SecureSocket
socket
- The SocketIF that just had its SSL/TLS handshake completed.SecureSocket
,
AbstractSelector