Class SslHandshakeListener.Event

java.lang.Object
java.util.EventObject
org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
All Implemented Interfaces:
Serializable
Enclosing interface:
SslHandshakeListener

public static class SslHandshakeListener.Event extends EventObject

The event object carrying information about TLS handshake events.

See Also:
  • Constructor Details

    • Event

      @Deprecated(forRemoval=true, since="12.0.7") public Event(Object source)
      Deprecated, for removal: This API element is subject to removal in a future version.
      instances of this class can only be created by the implementation

      Creates a new instance with the given event source.

      Parameters:
      source - the source of this event.
  • Method Details

    • getSSLEngine

      public SSLEngine getSSLEngine()
      Returns:
      the SSLEngine associated to the TLS handshake event
    • getEndPoint

      public EndPoint getEndPoint()
      Returns:
      the EndPoint associated to the TLS handshake event