Uses of Interface
org.eclipse.jetty.session.SessionIdManager
Packages that use SessionIdManager
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Server : Session Management Implementations
-
Uses of SessionIdManager in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return SessionIdManagerMethods in org.eclipse.jetty.ee8.nested with parameters of type SessionIdManagerModifier and TypeMethodDescriptionvoid
SessionHandler.setSessionIdManager
(SessionIdManager sessionIdManager) -
Uses of SessionIdManager in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return SessionIdManagerMethods in org.eclipse.jetty.ee9.nested with parameters of type SessionIdManagerModifier and TypeMethodDescriptionvoid
SessionHandler.setSessionIdManager
(SessionIdManager 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)