Uses of Interface
org.eclipse.jetty.session.SessionIdManager
Packages that use SessionIdManager
-
Uses of SessionIdManager in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionIdManagerModifier and TypeClassDescriptionclass
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.session declared as SessionIdManagerMethods in org.eclipse.jetty.session that return SessionIdManagerModifier and TypeMethodDescriptionAbstractSessionManager.getSessionIdManager()
SessionManager.getSessionIdManager()
Methods in org.eclipse.jetty.session with parameters of type SessionIdManagerModifier and TypeMethodDescriptionvoid
AbstractSessionManager.setSessionIdManager
(SessionIdManager sessionIdManager) Set up the SessionIdManager.void
HouseKeeper.setSessionIdManager
(SessionIdManager sessionIdManager) SessionIdManager associated with this scavengervoid
SessionConfig.Mutable.setSessionIdManager
(SessionIdManager sessionIdManager) void
SessionManager.setSessionIdManager
(SessionIdManager idManager)