java.io.Serializable
public class SSLHandshakeCompletedEvent
extends java.util.EventObject
Constructor | Description |
---|---|
SSLHandshakeCompletedEvent(SSLSocket socket) |
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
|
public SSLHandshakeCompletedEvent(SSLSocket socket)
public SSLSecurityStatus getStatus() throws java.net.SocketException
java.net.SocketException
public SSLSocket getSocket()