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

      public Event(Object source)
  • Method Details

    • getSSLEngine

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