Class | Description |
---|---|
ApplicationProtocolConfig |
Provides an
SSLEngine agnostic way to configure a ApplicationProtocolNegotiator . |
IdentityCipherSuiteFilter |
This class will not do any filtering of ciphers suites.
|
JdkSslClientContext |
A client-side
SslContext which uses JDK's SSL/TLS implementation. |
JdkSslContext |
An
SslContext which uses JDK's SSL/TLS implementation. |
JdkSslServerContext |
A server-side
SslContext which uses JDK's SSL/TLS implementation. |
OpenSslDefaultApplicationProtocolNegotiator |
OpenSSL
ApplicationProtocolNegotiator for ALPN and NPN. |
OpenSslNpnApplicationProtocolNegotiator | Deprecated |
SniHandler |
Enables SNI
(Server Name Indication) extension for server side SSL.
|
SslContext |
A secure socket protocol implementation which acts as a factory for
SSLEngine and SslHandler . |
SslContextBuilder |
Builder for configuring a new SslContext for creation.
|
SslHandler | |
SslHandshakeCompletionEvent |
Event that is fired once the SSL handshake is complete, which may be because it was successful or there
was an error.
|
SupportedCipherSuiteFilter |
This class will filter all requested ciphers out that are not supported by the current
SSLEngine . |
Enum | Description |
---|---|
ApplicationProtocolConfig.Protocol |
Defines which application level protocol negotiation to use.
|
ApplicationProtocolConfig.SelectedListenerFailureBehavior |
Defines the most common behaviors for the peer which is notified of the selected protocol.
|
ApplicationProtocolConfig.SelectorFailureBehavior |
Defines the most common behaviors for the peer that selects the application protocol.
|
SslProvider |
An enumeration of SSL/TLS protocol providers.
|
Exception | Description |
---|---|
NotSslRecordException |
Special
SSLException which will get thrown if a packet is
received that not looks like a TLS/SSL record. |
Copyright © 2008–2015 The Netty Project. All rights reserved.