Uses of Interface
io.netty.handler.ssl.OpenSslSession
Packages that use OpenSslSession
-
Uses of OpenSslSession in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement OpenSslSessionModifier and TypeClassDescription(package private) class
Delegates all operations to a wrappedOpenSslSession
except the methods defined byExtendedSSLSession
itself.(package private) static final class
OpenSslSession
implementation which wraps the native SSL_SESSION* while in cache.private final class
Fields in io.netty.handler.ssl declared as OpenSslSessionModifier and TypeFieldDescriptionprivate static final OpenSslSession[]
OpenSslSessionCache.EMPTY_SESSIONS
private final OpenSslSession
ReferenceCountedOpenSslEngine.session
private final OpenSslSession
ExtendedOpenSslSession.wrapped
Methods in io.netty.handler.ssl that return OpenSslSessionModifier and TypeMethodDescription(package private) final OpenSslSession
OpenSslSessionCache.getSession
(OpenSslSessionId id) Return theOpenSslSession
which is cached for the given id.Methods in io.netty.handler.ssl with parameters of type OpenSslSessionModifier and TypeMethodDescription(package private) boolean
OpenSslClientSessionCache.setSession
(long ssl, OpenSslSession session, String host, int port) (package private) boolean
OpenSslSessionCache.setSession
(long ssl, OpenSslSession session, String host, int port) (package private) boolean
OpenSslSessionContext.setSessionFromCache
(long ssl, OpenSslSession session, String host, int port) Constructors in io.netty.handler.ssl with parameters of type OpenSslSession