Class SSLHandshakeCompletedEvent

java.lang.Object
java.util.EventObject
org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
All Implemented Interfaces:
Serializable

public class SSLHandshakeCompletedEvent extends EventObject
This class represents the event telling you a handshake operation is complete.
See Also:
  • Constructor Details

    • SSLHandshakeCompletedEvent

      public SSLHandshakeCompletedEvent(SSLSocket socket)
  • Method Details