Uses of Interface
org.eclipse.jetty.server.session.SessionCache
-
Packages that use SessionCache Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionCache in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionCache Modifier and Type Class Description class
AbstractSessionCache
AbstractSessionCache A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.class
DefaultSessionCache
DefaultSessionCache A session store that keeps its sessions in memory in a hashmapclass
NullSessionCache
NullSessionCache Does not actually cache any Session objects.Fields in org.eclipse.jetty.server.session declared as SessionCache Modifier and Type Field Description protected SessionCache
SessionHandler. _sessionCache
Methods in org.eclipse.jetty.server.session that return SessionCache Modifier and Type Method Description SessionCache
AbstractSessionCacheFactory. getSessionCache(SessionHandler handler)
SessionCache
SessionCacheFactory. getSessionCache(SessionHandler handler)
SessionCache
SessionHandler. getSessionCache()
abstract SessionCache
AbstractSessionCacheFactory. newSessionCache(SessionHandler handler)
SessionCache
DefaultSessionCacheFactory. newSessionCache(SessionHandler handler)
SessionCache
NullSessionCacheFactory. newSessionCache(SessionHandler handler)
Methods in org.eclipse.jetty.server.session with parameters of type SessionCache Modifier and Type Method Description void
SessionHandler. setSessionCache(SessionCache cache)
-