Package org.jboss.netty.handler.ssl
-
Class Summary Class Description ImmediateExecutor Executor
which executes the command in the caller thread.JdkSslClientContext A client-sideSslContext
which uses JDK's SSL/TLS implementation.JdkSslContext AnSslContext
which uses JDK's SSL/TLS implementation.JdkSslServerContext A server-sideSslContext
which uses JDK's SSL/TLS implementation.OpenSsl Tells ifnetty-tcnative
and its OpenSSL support are available.OpenSslEngine Implements aSSLEngine
using OpenSSL BIO abstractions.OpenSslServerContext A server-sideSslContext
which uses OpenSSL's SSL/TLS implementation.OpenSslSessionStats Stats exposed by an OpenSSL session context.SslBufferPool AByteBuffer
pool dedicated forSslHandler
performance improvement.SslContext A secure socket protocol implementation which acts as a factory forSSLEngine
andSslHandler
.SslHandler -
Enum Summary Enum Description SslProvider An enumeration of SSL/TLS protocol providers. -
Exception Summary Exception Description NotSslRecordException SpecialSSLException
which will get thrown if a packet is received that not looks like a TLS/SSL record.