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 TypeMethodDescriptionvoidSessionHandler.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 TypeMethodDescriptionvoidSessionHandler.setSessionIdManager(SessionIdManager sessionIdManager) -
Uses of SessionIdManager in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionIdManagerModifier and TypeClassDescriptionclassDefaultSessionIdManager 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 TypeMethodDescriptionvoidAbstractSessionManager.setSessionIdManager(SessionIdManager sessionIdManager) Set up the SessionIdManager.voidHouseKeeper.setSessionIdManager(SessionIdManager sessionIdManager) SessionIdManager associated with this scavengervoidSessionConfig.Mutable.setSessionIdManager(SessionIdManager sessionIdManager) voidSessionManager.setSessionIdManager(SessionIdManager idManager)