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:
java.io.Serializable
- Enclosing interface:
- SslHandshakeListener
public static class SslHandshakeListener.Event extends java.util.EventObject
The event object carrying information about TLS handshake events.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Event(java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.net.ssl.SSLEngine
getSSLEngine()
-