public interface HandshakeCompletedListener extends EventListener
HandshakeCompletedEvent objects created when handshake phase of
the SSL protocol is completed for a particular connection.| Modifier and Type | Method and Description |
|---|---|
void |
handshakeCompleted(HandshakeCompletedEvent event)
Called when the handshake phase of the SSL protocol completes.
|
void handshakeCompleted(HandshakeCompletedEvent event)
event - The event describing the new connection.