Uses of Class
io.netty.handler.ssl.OpenSslSessionId
Packages that use OpenSslSessionId
-
Uses of OpenSslSessionId in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as OpenSslSessionIdModifier and TypeFieldDescriptionprivate final OpenSslSessionId
OpenSslSessionCache.NativeSslSession.id
private OpenSslSessionId
ReferenceCountedOpenSslEngine.DefaultOpenSslSession.id
(package private) static final OpenSslSessionId
OpenSslSessionId.NULL_ID
Fields in io.netty.handler.ssl with type parameters of type OpenSslSessionIdModifier and TypeFieldDescriptionprivate final Map
<OpenSslSessionId, OpenSslSessionCache.NativeSslSession> OpenSslSessionCache.sessions
Methods in io.netty.handler.ssl that return OpenSslSessionIdModifier and TypeMethodDescriptionExtendedOpenSslSession.sessionId()
OpenSslSession.sessionId()
Return theOpenSslSessionId
that can be used to identify this session.OpenSslSessionCache.NativeSslSession.sessionId()
ReferenceCountedOpenSslEngine.DefaultOpenSslSession.sessionId()
Methods in io.netty.handler.ssl that return types with arguments of type OpenSslSessionIdModifier and TypeMethodDescription(package private) final List
<OpenSslSessionId> OpenSslSessionCache.getIds()
Returns a snapshot of the session ids of the current valid sessions.Methods in io.netty.handler.ssl with parameters of type OpenSslSessionIdModifier and TypeMethodDescription(package private) final boolean
OpenSslSessionCache.containsSessionWithId
(OpenSslSessionId id) Returnstrue
if there is a session for the given id in the cache.(package private) final OpenSslSession
OpenSslSessionCache.getSession
(OpenSslSessionId id) Return theOpenSslSession
which is cached for the given id.(package private) final boolean
OpenSslSessionContext.isInCache
(OpenSslSessionId id) (package private) final void
OpenSslSessionContext.removeFromCache
(OpenSslSessionId id) Remove the givenOpenSslSession
from the cache, and so not re-use it for new connections.(package private) final void
OpenSslSessionCache.removeSessionWithId
(OpenSslSessionId id) Remove the session with the given id from the cachevoid
ExtendedOpenSslSession.setSessionDetails
(long creationTime, long lastAccessedTime, OpenSslSessionId id, Map<String, Object> keyValueStorage) void
OpenSslSession.setSessionDetails
(long creationTime, long lastAccessedTime, OpenSslSessionId id, Map<String, Object> keyValueStorage) Set the details for the session which might come from a cache.void
OpenSslSessionCache.NativeSslSession.setSessionDetails
(long creationTime, long lastAccessedTime, OpenSslSessionId id, Map<String, Object> keyValueStorage) void
ReferenceCountedOpenSslEngine.DefaultOpenSslSession.setSessionDetails
(long creationTime, long lastAccessedTime, OpenSslSessionId sessionId, Map<String, Object> keyValueStorage)