Interface SslHandshakeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JDK9ServerALPNProcessor

public interface SslHandshakeListener extends EventListener

Implementations of this interface are notified of TLS handshake events.

Similar to HandshakeCompletedListener, but for SSLEngine.

Typical usage if to add instances of this class as beans to a server connector, or to a client connector.