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
Classes in io.netty.handler.ssl that implement OpenSslSession Modifier and Type Class Description (package private) class
ExtendedOpenSslSession
Delegates all operations to a wrappedOpenSslSession
except the methods defined byExtendedSSLSession
itself.(package private) static class
OpenSslSessionCache.NativeSslSession
OpenSslSession
implementation which wraps the native SSL_SESSION* while in cache.private class
ReferenceCountedOpenSslEngine.DefaultOpenSslSession
Fields in io.netty.handler.ssl declared as OpenSslSession Modifier and Type Field Description private static OpenSslSession[]
OpenSslSessionCache. EMPTY_SESSIONS
private OpenSslSession
ReferenceCountedOpenSslEngine. session
private OpenSslSession
ExtendedOpenSslSession. wrapped
Methods in io.netty.handler.ssl that return OpenSslSession Modifier and Type Method Description (package private) OpenSslSession
OpenSslSessionCache. getSession(OpenSslSessionId id)
Return theOpenSslSession
which is cached for the given id.Methods in io.netty.handler.ssl with parameters of type OpenSslSession Modifier and Type Method Description (package private) boolean
OpenSslClientSessionCache. setSession(long ssl, OpenSslSession session, java.lang.String host, int port)
(package private) boolean
OpenSslSessionCache. setSession(long ssl, OpenSslSession session, java.lang.String host, int port)
(package private) boolean
OpenSslSessionContext. setSessionFromCache(long ssl, OpenSslSession session, java.lang.String host, int port)
Constructors in io.netty.handler.ssl with parameters of type OpenSslSession Constructor Description ExtendedOpenSslSession(OpenSslSession wrapped)
-