Uses of Class
org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
-
Packages that use SslHandshakeListener.Event Package Description org.eclipse.jetty.io.ssl Jetty IO : Core SSL Support -
-
Uses of SslHandshakeListener.Event in org.eclipse.jetty.io.ssl
Methods in org.eclipse.jetty.io.ssl with parameters of type SslHandshakeListener.Event Modifier and Type Method Description default voidSslHandshakeListener. handshakeFailed(SslHandshakeListener.Event event, java.lang.Throwable failure)Callback method invoked when the TLS handshake fails.default voidSslHandshakeListener. handshakeSucceeded(SslHandshakeListener.Event event)Callback method invoked when the TLS handshake succeeds.
-