Package org.eclipse.jetty.io.ssl
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 org.eclipse.jetty.io.ssl.SslHandshakeListener
SslHandshakeListener.Event
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback method invoked when the TLS handshake succeeds.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.io.ssl.SslHandshakeListener
handshakeFailed
-
Field Details
-
context
-
-
Constructor Details
-
HTTPSHandshakeListener
-
-
Method Details
-
handshakeSucceeded
Description copied from interface:SslHandshakeListener
Callback method invoked when the TLS handshake succeeds.
- Specified by:
handshakeSucceeded
in interfaceSslHandshakeListener
- Parameters:
event
- the event object carrying information about the TLS handshake event- Throws:
SSLException
- if any error happen during handshake
-