Uses of Interface
org.eclipse.jetty.server.SessionIdManager
-
Packages that use SessionIdManager Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionIdManager in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SessionIdManager Modifier and Type Method Description SessionIdManager
Server. getSessionIdManager()
Methods in org.eclipse.jetty.server with parameters of type SessionIdManager Modifier and Type Method Description void
Server. setSessionIdManager(SessionIdManager sessionIdManager)
-
Uses of SessionIdManager in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionIdManager Modifier and Type Class Description class
DefaultSessionIdManager
DefaultSessionIdManager Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).Fields in org.eclipse.jetty.server.session declared as SessionIdManager Modifier and Type Field Description protected SessionIdManager
HouseKeeper. _sessionIdManager
protected SessionIdManager
SessionHandler. _sessionIdManager
Methods in org.eclipse.jetty.server.session that return SessionIdManager Modifier and Type Method Description SessionIdManager
SessionHandler. getSessionIdManager()
Gets the cross context session id managerMethods in org.eclipse.jetty.server.session with parameters of type SessionIdManager Modifier and Type Method Description void
HouseKeeper. setSessionIdManager(SessionIdManager sessionIdManager)
SessionIdManager associated with this scavengervoid
SessionHandler. setSessionIdManager(SessionIdManager metaManager)
-