Package io.netty.handler.ssl
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.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
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
-
config
Deprecated.
-
-
Constructor Details
-
OpenSslDefaultApplicationProtocolNegotiator
Deprecated.
-
-
Method Details
-
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
-
protocol
Deprecated.Description copied from interface:OpenSslApplicationProtocolNegotiator
Returns theApplicationProtocolConfig.Protocol
which should be used.- Specified by:
protocol
in interfaceOpenSslApplicationProtocolNegotiator
-
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
.