Package io.netty.handler.ssl
Class OpenSslNpnApplicationProtocolNegotiator
java.lang.Object
io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
- All Implemented Interfaces:
ApplicationProtocolNegotiator
,OpenSslApplicationProtocolNegotiator
@Deprecated
public final class OpenSslNpnApplicationProtocolNegotiator
extends Object
implements OpenSslApplicationProtocolNegotiator
Deprecated.
OpenSSL
ApplicationProtocolNegotiator
for NPN.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOpenSslNpnApplicationProtocolNegotiator
(Iterable<String> protocols) Deprecated.OpenSslNpnApplicationProtocolNegotiator
(String... protocols) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotocol()
Deprecated.Returns theApplicationProtocolConfig.Protocol
which should be used.Deprecated.Get the collection of application protocols supported by this application (in preference order).Deprecated.Get the desired behavior for the peer who is notified of the selected protocol.Deprecated.Get the desired behavior for the peer who selects the application protocol.
-
Field Details
-
protocols
Deprecated.
-
-
Constructor Details
-
OpenSslNpnApplicationProtocolNegotiator
Deprecated. -
OpenSslNpnApplicationProtocolNegotiator
Deprecated.
-
-
Method Details
-
protocol
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiator
Returns theApplicationProtocolConfig.Protocol
which should be used.- Specified by:
protocol
in interfaceOpenSslApplicationProtocolNegotiator
-
protocols
Deprecated.Description copied from interface:ApplicationProtocolNegotiator
Get the collection of application protocols supported by this application (in preference order).- Specified by:
protocols
in interfaceApplicationProtocolNegotiator
-
selectorFailureBehavior
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiator
Get the desired behavior for the peer who selects the application protocol.- Specified by:
selectorFailureBehavior
in interfaceOpenSslApplicationProtocolNegotiator
-
selectedListenerFailureBehavior
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiator
Get the desired behavior for the peer who is notified of the selected protocol.- Specified by:
selectedListenerFailureBehavior
in interfaceOpenSslApplicationProtocolNegotiator
-
ApplicationProtocolConfig