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 OpenSslSessionId
OpenSslSessionCache.NativeSslSession. id
private OpenSslSessionId
ReferenceCountedOpenSslEngine.DefaultOpenSslSession. id
(package private) static OpenSslSessionId
OpenSslSessionId. NULL_ID
Fields in io.netty.handler.ssl with type parameters of type OpenSslSessionId Modifier and Type Field Description private java.util.Map<OpenSslSessionId,OpenSslSessionCache.NativeSslSession>
OpenSslSessionCache. sessions
Methods in io.netty.handler.ssl that return OpenSslSessionId Modifier and Type Method Description OpenSslSessionId
ExtendedOpenSslSession. sessionId()
OpenSslSessionId
OpenSslSession. sessionId()
Return theOpenSslSessionId
that can be used to identify this session.OpenSslSessionId
OpenSslSessionCache.NativeSslSession. sessionId()
OpenSslSessionId
ReferenceCountedOpenSslEngine.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) boolean
OpenSslSessionCache. containsSessionWithId(OpenSslSessionId id)
Returnstrue
if there is a session for the given id in the cache.(package private) OpenSslSession
OpenSslSessionCache. getSession(OpenSslSessionId id)
Return theOpenSslSession
which is cached for the given id.(package private) boolean
OpenSslSessionContext. isInCache(OpenSslSessionId id)
(package private) void
OpenSslSessionContext. removeFromCache(OpenSslSessionId id)
Remove the givenOpenSslSession
from the cache, and so not re-use it for new connections.(package private) void
OpenSslSessionCache. removeSessionWithId(OpenSslSessionId id)
Remove the session with the given id from the cachevoid
ExtendedOpenSslSession. setSessionId(OpenSslSessionId id)
void
OpenSslSession. setSessionId(OpenSslSessionId id)
Set theOpenSslSessionId
for theOpenSslSession
.void
OpenSslSessionCache.NativeSslSession. setSessionId(OpenSslSessionId id)
void
ReferenceCountedOpenSslEngine.DefaultOpenSslSession. setSessionId(OpenSslSessionId sessionId)
(package private) void
ReferenceCountedOpenSslEngine. setSessionId(OpenSslSessionId id)
-