Uses of Interface
io.netty.handler.ssl.OpenSslInternalSession
-
Packages that use OpenSslInternalSession Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of OpenSslInternalSession in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement OpenSslInternalSession 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
Fields in io.netty.handler.ssl declared as OpenSslInternalSession Modifier and Type Field Description private static OpenSslInternalSession[]
OpenSslSessionCache. EMPTY_SESSIONS
private OpenSslInternalSession
ReferenceCountedOpenSslEngine. session
private OpenSslInternalSession
ExtendedOpenSslSession. wrapped
Methods in io.netty.handler.ssl that return OpenSslInternalSession Modifier and Type Method Description (package private) OpenSslInternalSession
OpenSslSessionCache. getSession(OpenSslSessionId id)
Return theOpenSslInternalSession
which is cached for the given id.Methods in io.netty.handler.ssl with parameters of type OpenSslInternalSession Modifier and Type Method Description (package private) boolean
OpenSslClientSessionCache. setSession(long ssl, OpenSslInternalSession session, java.lang.String host, int port)
(package private) boolean
OpenSslSessionCache. setSession(long ssl, OpenSslInternalSession session, java.lang.String host, int port)
(package private) boolean
OpenSslSessionContext. setSessionFromCache(long ssl, OpenSslInternalSession session, java.lang.String host, int port)
Constructors in io.netty.handler.ssl with parameters of type OpenSslInternalSession Constructor Description ExtendedOpenSslSession(OpenSslInternalSession wrapped)
-