Uses of Interface
io.netty.handler.ssl.OpenSslSession
Packages that use OpenSslSession
-
Uses of OpenSslSession in io.netty.handler.ssl
Subinterfaces of OpenSslSession in io.netty.handler.sslModifier and TypeInterfaceDescription(package private) interface
SSLSession
that is specific to our native implementation.Classes in io.netty.handler.ssl that implement OpenSslSessionModifier and TypeClassDescription(package private) class
Delegates all operations to a wrappedOpenSslInternalSession
except the methods defined byExtendedSSLSession
itself.(package private) static final class
OpenSslInternalSession
implementation which wraps the native SSL_SESSION* while in cache.private final class