| Package | Description |
|---|---|
| io.netty.handler.ssl |
| Class and Description |
|---|
| ApplicationProtocolConfig
Provides an
SSLEngine agnostic way to configure a ApplicationProtocolNegotiator. |
| 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.
|
| ApplicationProtocolNegotiator
Interface to support Application Protocol Negotiation.
|
| CipherSuiteFilter
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
|
| ClientAuth
Indicates the state of the
SSLEngine with respect to client authentication. |
| IdentityCipherSuiteFilter
This class will not do any filtering of ciphers suites.
|
| JdkApplicationProtocolNegotiator
JDK extension methods to support
ApplicationProtocolNegotiator |
| JdkApplicationProtocolNegotiator.ProtocolSelectionListener
A listener to be notified by which protocol was select by its peer.
|
| JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelectionListener objects. |
| JdkApplicationProtocolNegotiator.ProtocolSelector
Interface to define the role of an application protocol selector in the SSL handshake process.
|
| JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelector objects. |
| JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
Abstract factory pattern for wrapping an
SSLEngine object. |
| JdkSslContext
An
SslContext which uses JDK's SSL/TLS implementation. |
| OpenSslApplicationProtocolNegotiator
OpenSSL version of
ApplicationProtocolNegotiator. |
| OpenSslContext |
OpenSslServerSessionContext
OpenSslSessionContext implementation which offers extra methods which are only useful for the server-side. |
| OpenSslSessionContext
OpenSSL specific
SSLSessionContext implementation. |
| OpenSslSessionStats
Stats exposed by an OpenSSL session context.
|
| OpenSslSessionTicketKey
Session Ticket Key
|
| 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
Adds SSL
· TLS and StartTLS support to a
Channel. |
| SslHandshakeCompletionEvent
Event that is fired once the SSL handshake is complete, which may be because it was successful or there
was an error.
|
| SslProvider
An enumeration of SSL/TLS protocol providers.
|
| SupportedCipherSuiteFilter
This class will filter all requested ciphers out that are not supported by the current
SSLEngine. |
Copyright © 2008–2016 The Netty Project. All rights reserved.