Class OpenSslDefaultApplicationProtocolNegotiator
java.lang.Object
io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
- All Implemented Interfaces:
ApplicationProtocolNegotiator, OpenSslApplicationProtocolNegotiator
@Deprecated
public final class OpenSslDefaultApplicationProtocolNegotiator
extends Object
implements OpenSslApplicationProtocolNegotiator
Deprecated.
OpenSSL
ApplicationProtocolNegotiator for ALPN and NPN.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
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
-
OpenSslDefaultApplicationProtocolNegotiator
Deprecated.
-
-
Method Details
-
protocols
Deprecated.Description copied from interface:ApplicationProtocolNegotiatorGet the collection of application protocols supported by this application (in preference order).- Specified by:
protocolsin interfaceApplicationProtocolNegotiator
-
protocol
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiatorReturns theApplicationProtocolConfig.Protocolwhich should be used.- Specified by:
protocolin interfaceOpenSslApplicationProtocolNegotiator
-
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.