Uses of Interface
org.eclipse.jetty.server.SessionIdManager
Packages that use SessionIdManager
Package
Description
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
-
Uses of SessionIdManager in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SessionIdManagerMethods in org.eclipse.jetty.server with parameters of type SessionIdManagerModifier and TypeMethodDescriptionvoid
Server.setSessionIdManager
(SessionIdManager sessionIdManager) -
Uses of SessionIdManager in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.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.server.session declared as SessionIdManagerModifier and TypeFieldDescriptionprotected SessionIdManager
HouseKeeper._sessionIdManager
protected SessionIdManager
SessionHandler._sessionIdManager
Methods in org.eclipse.jetty.server.session that return SessionIdManagerModifier and TypeMethodDescriptionSessionHandler.getSessionIdManager()
Gets the cross context session id managerMethods in org.eclipse.jetty.server.session with parameters of type SessionIdManagerModifier and TypeMethodDescriptionvoid
HouseKeeper.setSessionIdManager
(SessionIdManager sessionIdManager) SessionIdManager associated with this scavengervoid
SessionHandler.setSessionIdManager
(SessionIdManager metaManager)