Interface | Description |
---|---|
AlpnClientNegotiator |
Called during the SSL handshake when the current
SSLEngine 's
getUseClientMode has returned true . |
AlpnServerNegotiator |
Called during the SSL handshake when the current
SSLEngine 's
getUseClientMode has returned false . |
ClientSideNegotiator |
Provides a set of callbacks that will be invoked when negotiation
NPN on the client side.
|
ServerSideNegotiator |
Provides a set of callbacks that will be invoked when negotiation
NPN on the server side.
|
Class | Description |
---|---|
NegotiationSupport |
Utility class to register, obtain, and/or remove Client/Server NPN/ALPN
negotiator instances.
|
Copyright © 2024 Oracle Corporation. All rights reserved.