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