Class SslHandshakeListener.Event

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

    public static class SslHandshakeListener.Event
    extends java.util.EventObject

    The event object carrying information about TLS handshake events.

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

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

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

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

      • Event

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

      • getSSLEngine

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