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 TypeMethodDescriptionvoidServer.setSessionIdManager(SessionIdManager sessionIdManager) -
Uses of SessionIdManager in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.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.server.session declared as SessionIdManagerModifier and TypeFieldDescriptionprotected SessionIdManagerHouseKeeper._sessionIdManagerprotected SessionIdManagerSessionHandler._sessionIdManagerMethods 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 TypeMethodDescriptionvoidHouseKeeper.setSessionIdManager(SessionIdManager sessionIdManager) SessionIdManager associated with this scavengervoidSessionHandler.setSessionIdManager(SessionIdManager metaManager)