Uses of Interface
org.eclipse.jetty.io.ssl.SslHandshakeListener
-
Packages that use SslHandshakeListener Package Description org.eclipse.jetty.io.ssl Jetty IO : Core SSL Support -
-
Uses of SslHandshakeListener in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement SslHandshakeListener Modifier and Type Class Description private class
SslClientConnectionFactory.HTTPSHandshakeListener
Fields in org.eclipse.jetty.io.ssl with type parameters of type SslHandshakeListener Modifier and Type Field Description private java.util.List<SslHandshakeListener>
SslConnection. handshakeListeners
Methods in org.eclipse.jetty.io.ssl with parameters of type SslHandshakeListener Modifier and Type Method Description void
SslConnection. addHandshakeListener(SslHandshakeListener listener)
boolean
SslConnection. removeHandshakeListener(SslHandshakeListener listener)
-