Uses of Package
org.eclipse.jetty.session
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Session Management Implementations
-
ClassDescriptionAbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.Session A heavy-weight Session object representing an HttpSession.SessionManager Non-servlet spec specific contract implemented by all SessionHandlers.
-
ClassDescriptionAbstractSessionCache A base implementation of the
SessionCache
interface for managing a set of Session objects pertaining to a context in memory.AbstractSessionCacheFactory Base class for SessionCacheFactories.AbstractSessionDataStoreAbstractSessionDataStoreFactoryAbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.DatabaseAdaptor Handles differences between databases.HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.SessionTableSchemaSession A heavy-weight Session object representing an HttpSession.State of the session idValidity states of a sessionSessionCache A working set ofManagedSession
objects for a context.SessionCacheFactorySessionContext Information about the context to which sessions belong: the Context, the SessionManager of the context, and the unique name of the node.SessionData The data associated with a session.SessionDataMap A map style access to SessionData keyed by the session id.SessionDataMapFactorySessionDataStore A store for the data contained in a Session object.SessionDataStoreFactorySession ID Manager.SessionInactivityTimer Each Session has a timer associated with it that fires whenever it has been idle (ie not accessed by a request) for a configurable amount of time, or the Session expires.SessionManager Non-servlet spec specific contract implemented by all SessionHandlers.