Uses of Class
io.netty.handler.ssl.OpenSslSessionCache
-
Packages that use OpenSslSessionCache Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of OpenSslSessionCache in io.netty.handler.ssl
Subclasses of OpenSslSessionCache in io.netty.handler.ssl Modifier and Type Class Description (package private) class
OpenSslClientSessionCache
OpenSslSessionCache
that is used by the client-side.Fields in io.netty.handler.ssl declared as OpenSslSessionCache Modifier and Type Field Description private OpenSslSessionCache
OpenSslSessionContext. sessionCache
Constructors in io.netty.handler.ssl with parameters of type OpenSslSessionCache Constructor Description OpenSslSessionContext(ReferenceCountedOpenSslContext context, OpenSslKeyMaterialProvider provider, long mask, OpenSslSessionCache cache)
-