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 OpenSslSessionIdOpenSslSessionCache.NativeSslSession.idprivate OpenSslSessionIdReferenceCountedOpenSslEngine.DefaultOpenSslSession.id(package private) static final OpenSslSessionIdOpenSslSessionId.NULL_IDFields in io.netty.handler.ssl with type parameters of type OpenSslSessionIdModifier and TypeFieldDescriptionprivate final Map<OpenSslSessionId, OpenSslSessionCache.NativeSslSession> OpenSslSessionCache.sessionsMethods in io.netty.handler.ssl that return OpenSslSessionIdModifier and TypeMethodDescriptionExtendedOpenSslSession.sessionId()OpenSslInternalSession.sessionId()Return theOpenSslSessionIdthat 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 booleanOpenSslSessionCache.containsSessionWithId(OpenSslSessionId id) Returnstrueif there is a session for the given id in the cache.(package private) final OpenSslInternalSessionOpenSslSessionCache.getSession(OpenSslSessionId id) Return theOpenSslInternalSessionwhich is cached for the given id.(package private) final booleanOpenSslSessionContext.isInCache(OpenSslSessionId id) (package private) final voidOpenSslSessionContext.removeFromCache(OpenSslSessionId id) Remove the givenOpenSslInternalSessionfrom the cache, and so not re-use it for new connections.(package private) final voidOpenSslSessionCache.removeSessionWithId(OpenSslSessionId id) Remove the session with the given id from the cachevoidExtendedOpenSslSession.setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId id, Map<String, Object> keyValueStorage) voidOpenSslInternalSession.setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId id, Map<String, Object> keyValueStorage) Set the details for the session which might come from a cache.voidOpenSslSessionCache.NativeSslSession.setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId id, Map<String, Object> keyValueStorage) voidReferenceCountedOpenSslEngine.DefaultOpenSslSession.setSessionDetails(long creationTime, long lastAccessedTime, OpenSslSessionId sessionId, Map<String, Object> keyValueStorage)