Class SslHandshakeListener.Event

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    SslHandshakeListener

    @Deprecated(since="2021-05-27")
    public static class SslHandshakeListener.Event
    extends java.util.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(java.lang.Object source)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      javax.net.ssl.SSLEngine getSSLEngine()
      Deprecated.
       
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Event

        public Event​(java.lang.Object source)
        Deprecated.
    • Method Detail

      • getSSLEngine

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