Package org.eclipse.jetty.io.ssl
Class SslHandshakeListener.Event
java.lang.Object
java.util.EventObject
org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
- All Implemented Interfaces:
Serializable
- Enclosing interface:
SslHandshakeListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
The event object carrying information about TLS handshake events.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Event
Deprecated.
-
-
Method Details
-
getSSLEngine
Deprecated.- Returns:
- the SSLEngine associated to the TLS handshake event
-