Class SSLHandshakeCompletedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SSLHandshakeCompletedEvent
    extends java.util.EventObject
    This class represents the event telling you a handshake operation is complete.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SSLSocket getSocket()
      get socket on which the event occured
      SSLSecurityStatus getStatus()
      get security information about this socket, including cert data
      • 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

      • SSLHandshakeCompletedEvent

        public SSLHandshakeCompletedEvent​(SSLSocket socket)
    • Method Detail

      • getStatus

        public SSLSecurityStatus getStatus()
                                    throws java.net.SocketException
        get security information about this socket, including cert data
        Throws:
        java.net.SocketException
      • getSocket

        public SSLSocket getSocket()
        get socket on which the event occured