| Package | Description |
|---|---|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| Modifier and Type | Method and Description |
|---|---|
SSLSocket |
HandshakeCompletedEvent.getSocket()
Returns the socket which is the source of this event.
|
| Constructor and Description | |
|---|---|
HandshakeCompletedEvent(SSLSocket
Constructs a new HandshakeCompletedEvent.
|