类 | 说明 |
---|---|
ImmediateExecutor |
Executor which executes the command in the caller thread. |
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. |
OpenSsl |
Tells if
netty-tcnative and its OpenSSL support
are available. |
OpenSslEngine |
Implements a
SSLEngine using
OpenSSL BIO abstractions. |
OpenSslServerContext |
A server-side
SslContext which uses OpenSSL's SSL/TLS implementation. |
OpenSslSessionStats |
Stats exposed by an OpenSSL session context.
|
SslBufferPool |
A
ByteBuffer pool dedicated for SslHandler performance improvement. |
SslContext |
A secure socket protocol implementation which acts as a factory for
SSLEngine and SslHandler . |
SslHandler |
枚举 | 说明 |
---|---|
SslProvider |
An enumeration of SSL/TLS protocol providers.
|
异常错误 | 说明 |
---|---|
NotSslRecordException |
Special
SSLException which will get thrown if a packet is
received that not looks like a TLS/SSL record. |
SSLEngine