Package org.jboss.netty.handler.ssl
SSL ·
TLS implementation based on
SSLEngine
-
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.JettyNpnSslSession 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.PemReader Reads a PEM file and converts it into a list of DERs so that they are imported into aKeyStore
easily.SslBufferPool AByteBuffer
pool dedicated forSslHandler
performance improvement.SslContext A secure socket protocol implementation which acts as a factory forSSLEngine
andSslHandler
.SslHandler SslHandler.ClosingChannelFutureListener SslHandler.PendingWrite -
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.