Uses of Interface
org.eclipse.jetty.server.SessionIdManager
Package
Description
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
-
Uses of SessionIdManager in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionvoid
Server.setSessionIdManager
(SessionIdManager sessionIdManager) -
Uses of SessionIdManager in org.eclipse.jetty.server.session
Modifier 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).Modifier and TypeFieldDescriptionprotected SessionIdManager
HouseKeeper._sessionIdManager
protected SessionIdManager
SessionHandler._sessionIdManager
Modifier and TypeMethodDescriptionSessionHandler.getSessionIdManager()
Gets the cross context session id managerModifier and TypeMethodDescriptionvoid
HouseKeeper.setSessionIdManager
(SessionIdManager sessionIdManager) SessionIdManager associated with this scavengervoid
SessionHandler.setSessionIdManager
(SessionIdManager metaManager)