Uses of Interface
org.eclipse.jetty.io.ssl.SslHandshakeListener
Packages that use SslHandshakeListener
-
Uses of SslHandshakeListener in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement SslHandshakeListenerFields in org.eclipse.jetty.io.ssl with type parameters of type SslHandshakeListenerModifier and TypeFieldDescriptionprivate final List<SslHandshakeListener>
SslConnection.handshakeListeners
Methods in org.eclipse.jetty.io.ssl with parameters of type SslHandshakeListenerModifier and TypeMethodDescriptionvoid
SslConnection.addHandshakeListener
(SslHandshakeListener listener) boolean
SslConnection.removeHandshakeListener
(SslHandshakeListener listener)