Class SslHandshakeListener.Event
java.lang.Object
java.util.EventObject
org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
- All Implemented Interfaces:
 Serializable
- Enclosing interface:
 SslHandshakeListener
The event object carrying information about TLS handshake events.
- See Also:
 
- 
Field Summary
Fields inherited from class EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class EventObject
getSource, toString 
- 
Constructor Details
- 
Event
Deprecated, for removal: This API element is subject to removal in a future version.instances of this class can only be created by the implementationCreates a new instance with the given event source.
- Parameters:
 source- the source of this event.
 
 - 
 - 
Method Details
- 
getSSLEngine
- Returns:
 - the SSLEngine associated to the TLS handshake event
 
 - 
getEndPoint
- Returns:
 - the EndPoint associated to the TLS handshake event
 
 
 -