Uses of Interface
io.netty.handler.ssl.OpenSslSession
-
Packages that use OpenSslSession Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of OpenSslSession in io.netty.handler.ssl
Subinterfaces of OpenSslSession in io.netty.handler.ssl Modifier and Type Interface Description (package private) interface
OpenSslInternalSession
SSLSession
that is specific to our native implementation.Classes in io.netty.handler.ssl that implement OpenSslSession Modifier and Type Class Description (package private) class
ExtendedOpenSslSession
Delegates all operations to a wrappedOpenSslInternalSession
except the methods defined byExtendedSSLSession
itself.(package private) static class
OpenSslSessionCache.NativeSslSession
OpenSslInternalSession
implementation which wraps the native SSL_SESSION* while in cache.private class
ReferenceCountedOpenSslEngine.DefaultOpenSslSession
-