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.-
Constructor Summary
ConstructorsConstructorDescriptionOpenSslNpnApplicationProtocolNegotiator(Iterable<String> protocols) Deprecated.OpenSslNpnApplicationProtocolNegotiator(String... protocols) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotocol()Deprecated.Returns theApplicationProtocolConfig.Protocolwhich 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.
-
Constructor Details
-
OpenSslNpnApplicationProtocolNegotiator
-
OpenSslNpnApplicationProtocolNegotiator
Deprecated.
-
-
Method Details
-
protocol
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiatorReturns theApplicationProtocolConfig.Protocolwhich should be used.- Specified by:
protocolin interfaceOpenSslApplicationProtocolNegotiator
-
protocols
Deprecated.Description copied from interface:ApplicationProtocolNegotiatorGet the collection of application protocols supported by this application (in preference order).- Specified by:
protocolsin interfaceApplicationProtocolNegotiator
-
selectorFailureBehavior
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiatorGet the desired behavior for the peer who selects the application protocol.- Specified by:
selectorFailureBehaviorin interfaceOpenSslApplicationProtocolNegotiator
-
selectedListenerFailureBehavior
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiatorGet the desired behavior for the peer who is notified of the selected protocol.- Specified by:
selectedListenerFailureBehaviorin interfaceOpenSslApplicationProtocolNegotiator
-
ApplicationProtocolConfig