| Class | Description |
|---|---|
| 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.
|
| Exception | Description |
|---|---|
| NotSslRecordException |
Special
SSLException which will get thrown if a packet is
received that not looks like a TLS/SSL record. |
Copyright © 2008–2013 The Netty Project. All rights reserved.