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.
|
Modifier and Type | Method and Description |
---|---|
BiFunction<SSLSocket,List<String>,String> |
SSLSocket.getHandshakeApplicationProtocolSelector()
Retrieves the callback function that selects an application protocol
value during a SSL/TLS/DTLS handshake.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLSocket.setHandshakeApplicationProtocolSelector(BiFunction<SSLSocket,List<String>,String> selector)
Registers a callback function that selects an application protocol
value for a SSL/TLS/DTLS handshake.
|
Constructor and Description |
---|
HandshakeCompletedEvent(SSLSocket sock,
SSLSession s)
Constructs a new HandshakeCompletedEvent.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.