| Package | Description |
|---|---|
| io.netty.handler.ssl |
| Class and Description |
|---|
| JdkSslContext
An
SslContext which uses JDK's SSL/TLS implementation. |
| OpenSslSessionStats
Stats exposed by an OpenSSL session context.
|
| SslContext
A secure socket protocol implementation which acts as a factory for
SSLEngine and SslHandler. |
| 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.
|
Copyright © 2008–2014 The Netty Project. All rights reserved.