javax.net.ssl
public interface HandshakeCompletedListener extends EventListener
| Method Summary | |
|---|---|
| void | handshakeCompleted(HandshakeCompletedEvent event)
Called when the handshake phase of the SSL protocol completes.
|
Parameters: event The event describing the new connection.