Uses of Class
io.netty.handler.ssl.OpenSslSessionId
-
Packages that use OpenSslSessionId Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of OpenSslSessionId in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as OpenSslSessionId Modifier and Type Field Description private OpenSslSessionIdOpenSslSessionCache.NativeSslSession. idprivate OpenSslSessionIdReferenceCountedOpenSslEngine.DefaultOpenSslSession. id(package private) static OpenSslSessionIdOpenSslSessionId. NULL_IDFields in io.netty.handler.ssl with type parameters of type OpenSslSessionId Modifier and Type Field Description private java.util.Map<OpenSslSessionId,OpenSslSessionCache.NativeSslSession>OpenSslSessionCache. sessionsMethods in io.netty.handler.ssl that return OpenSslSessionId Modifier and Type Method Description OpenSslSessionIdExtendedOpenSslSession. sessionId()OpenSslSessionIdOpenSslInternalSession. sessionId()Return theOpenSslSessionIdthat can be used to identify this session.OpenSslSessionIdOpenSslSessionCache.NativeSslSession. sessionId()OpenSslSessionIdReferenceCountedOpenSslEngine.DefaultOpenSslSession. sessionId()Methods in io.netty.handler.ssl that return types with arguments of type OpenSslSessionId Modifier and Type Method Description (package private) java.util.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 OpenSslSessionId Modifier and Type Method Description (package private) booleanOpenSslSessionCache. containsSessionWithId(OpenSslSessionId id)Returnstrueif there is a session for the given id in the cache.(package private) OpenSslInternalSessionOpenSslSessionCache. getSession(OpenSslSessionId id)Return theOpenSslInternalSessionwhich is cached for the given id.(package private) booleanOpenSslSessionContext. isInCache(OpenSslSessionId id)(package private) voidOpenSslSessionContext. removeFromCache(OpenSslSessionId id)Remove the givenOpenSslInternalSessionfrom the cache, and so not re-use it for new connections.(package private) voidOpenSslSessionCache. removeSessionWithId(OpenSslSessionId id)Remove the session with the given id from the cachevoidExtendedOpenSslSession. setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId id, java.util.Map<java.lang.String,java.lang.Object> keyValueStorage)voidOpenSslInternalSession. setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId id, java.util.Map<java.lang.String,java.lang.Object> keyValueStorage)Set the details for the session which might come from a cache.voidOpenSslSessionCache.NativeSslSession. setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId id, java.util.Map<java.lang.String,java.lang.Object> keyValueStorage)voidReferenceCountedOpenSslEngine.DefaultOpenSslSession. setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId sessionId, java.util.Map<java.lang.String,java.lang.Object> keyValueStorage)
-