Uses of Package
org.eclipse.jetty.session
Packages that use org.eclipse.jetty.session
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty NoSql : Generic Nosql Session Management
Jetty NoSql : MongoDB Integration
Jetty Server : Session Management Implementations
-
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.ee10.servletClassDescriptionAbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.Details of the requested session.A heavy-weight Session object representing an HttpSession.SessionManager Non-servlet spec specific contract implemented by all SessionHandlers.
-
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.ee11.servletClassDescriptionAbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.Details of the requested session.A heavy-weight Session object representing an HttpSession.SessionManager Non-servlet spec specific contract implemented by all SessionHandlers.
-
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.ee8.nestedClassDescriptionDetails of the requested session.A heavy-weight Session object representing an HttpSession.A working set of
ManagedSession
objects for a context.Session ID Manager.SessionManager Non-servlet spec specific contract implemented by all SessionHandlers. -
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.ee9.nestedClassDescriptionDetails of the requested session.A heavy-weight Session object representing an HttpSession.A working set of
ManagedSession
objects for a context.Session ID Manager.SessionManager Non-servlet spec specific contract implemented by all SessionHandlers. -
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.hazelcast.sessionClassDescriptionAbstractSessionDataStoreAbstractSessionDataStoreFactoryInformation about the context to which sessions belong: the Context, the SessionManager of the context, and the unique name of the node.The data associated with a session.A map style access to SessionData keyed by the session id.A store for the data contained in a Session object.SessionDataStoreFactorySessionManager Non-servlet spec specific contract implemented by all SessionHandlers.
-
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.memcached.sessionClassDescriptionInformation about the context to which sessions belong: the Context, the SessionManager of the context, and the unique name of the node.The data associated with a session.A map style access to SessionData keyed by the session id.SessionDataMapFactory
-
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.nosqlClassDescriptionAbstractSessionDataStoreThe data associated with a session.A map style access to SessionData keyed by the session id.A store for the data contained in a Session object.
-
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.nosql.mongodbClassDescriptionAbstractSessionDataStoreAbstractSessionDataStoreFactoryInformation about the context to which sessions belong: the Context, the SessionManager of the context, and the unique name of the node.The data associated with a session.A map style access to SessionData keyed by the session id.A store for the data contained in a Session object.SessionDataStoreFactorySessionManager Non-servlet spec specific contract implemented by all SessionHandlers.
-
Classes in org.eclipse.jetty.session used by org.eclipse.jetty.sessionClassDescriptionA 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.Details of the requested session.Handles differences between databases.There is 1 session HouseKeeper per SessionIdManager instance.SessionTableSchemaA heavy-weight Session object representing an HttpSession.State of the session idValidity states of a sessionA working set ofManagedSession
objects for a context.SessionCacheFactoryInformation about the context to which sessions belong: the Context, the SessionManager of the context, and the unique name of the node.The data associated with a session.A map style access to SessionData keyed by the session id.SessionDataMapFactoryA store for the data contained in a Session object.SessionDataStoreFactorySession ID Manager.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.