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) classOpenSslClientSessionCacheOpenSslSessionCachethat is used by the client-side.Fields in io.netty.handler.ssl declared as OpenSslSessionCache Modifier and Type Field Description private OpenSslSessionCacheOpenSslSessionContext. sessionCacheConstructors in io.netty.handler.ssl with parameters of type OpenSslSessionCache Constructor Description OpenSslSessionContext(ReferenceCountedOpenSslContext context, OpenSslKeyMaterialProvider provider, long mask, OpenSslSessionCache cache)
-