Class SslClientConnectionFactory.HTTPSHandshakeListener
java.lang.Object
org.eclipse.jetty.io.ssl.SslClientConnectionFactory.HTTPSHandshakeListener
- All Implemented Interfaces:
EventListener, SslHandshakeListener
- Enclosing class:
SslClientConnectionFactory
private class SslClientConnectionFactory.HTTPSHandshakeListener
extends Object
implements SslHandshakeListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface SslHandshakeListener
SslHandshakeListener.Event -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback method invoked when the TLS handshake succeeds.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SslHandshakeListener
handshakeFailed
-
Field Details
-
context
-
-
Constructor Details
-
HTTPSHandshakeListener
-
-
Method Details
-
handshakeSucceeded
Description copied from interface:SslHandshakeListenerCallback method invoked when the TLS handshake succeeds.
- Specified by:
handshakeSucceededin interfaceSslHandshakeListener- Parameters:
event- the event object carrying information about the TLS handshake event- Throws:
SSLException- if any error happen during handshake
-