Package org.jboss.netty.handler.ssl
SSL ·
TLS implementation based on
SSLEngine-
Class Summary Class Description ImmediateExecutor Executorwhich executes the command in the caller thread.JdkSslClientContext A client-sideSslContextwhich uses JDK's SSL/TLS implementation.JdkSslContext AnSslContextwhich uses JDK's SSL/TLS implementation.JdkSslServerContext A server-sideSslContextwhich uses JDK's SSL/TLS implementation.JettyNpnSslSession OpenSsl Tells ifnetty-tcnativeand its OpenSSL support are available.OpenSslEngine Implements aSSLEngineusing OpenSSL BIO abstractions.OpenSslServerContext A server-sideSslContextwhich 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 aKeyStoreeasily.SslBufferPool AByteBufferpool dedicated forSslHandlerperformance improvement.SslContext A secure socket protocol implementation which acts as a factory forSSLEngineandSslHandler.SslHandler SslHandler.ClosingChannelFutureListener SslHandler.PendingWrite -
Enum Summary Enum Description SslProvider An enumeration of SSL/TLS protocol providers. -
Exception Summary Exception Description NotSslRecordException SpecialSSLExceptionwhich will get thrown if a packet is received that not looks like a TLS/SSL record.