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) interfaceOpenSslInternalSessionSSLSessionthat is specific to our native implementation.Classes in io.netty.handler.ssl that implement OpenSslSession Modifier and Type Class Description (package private) classExtendedOpenSslSessionDelegates all operations to a wrappedOpenSslInternalSessionexcept the methods defined byExtendedSSLSessionitself.(package private) static classOpenSslSessionCache.NativeSslSessionOpenSslInternalSessionimplementation which wraps the native SSL_SESSION* while in cache.private classReferenceCountedOpenSslEngine.DefaultOpenSslSession
-