Class SslHandshakeListener.Event

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

@Deprecated(since="2021-05-27") public static class SslHandshakeListener.Event extends EventObject
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 Details

    • Event

      public Event(Object source)
      Deprecated.
  • Method Details

    • getSSLEngine

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