Uses of Package
org.eclipse.jetty.server.session
-
Packages that use org.eclipse.jetty.server.session Package Description org.eclipse.jetty.gcloud.session org.eclipse.jetty.hazelcast.session org.eclipse.jetty.memcached.session org.eclipse.jetty.nosql Jetty NoSql : Generic Nosql Session Managementorg.eclipse.jetty.nosql.mongodb Jetty NoSql : MongoDB Integrationorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.session.infinispan org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.gcloud.session Class Description AbstractSessionDataStore AbstractSessionDataStoreAbstractSessionDataStoreFactory AbstractSessionDataStoreFactorySessionContext SessionContext Information about the context to which sessions belong: the Context, the SessionHandler of the context, and the unique name of the node.SessionData SessionData The data associated with a session.SessionDataMap SessionDataMap A map style access to SessionData keyed by the session id.SessionDataStore SessionDataStore A store for the data contained in a Session object.SessionDataStoreFactory SessionDataStoreFactorySessionHandler SessionHandler. -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.hazelcast.session Class Description AbstractSessionDataStore AbstractSessionDataStoreAbstractSessionDataStoreFactory AbstractSessionDataStoreFactorySessionContext SessionContext Information about the context to which sessions belong: the Context, the SessionHandler of the context, and the unique name of the node.SessionData SessionData The data associated with a session.SessionDataMap SessionDataMap A map style access to SessionData keyed by the session id.SessionDataStore SessionDataStore A store for the data contained in a Session object.SessionDataStoreFactory SessionDataStoreFactorySessionHandler SessionHandler. -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.memcached.session Class Description SessionContext SessionContext Information about the context to which sessions belong: the Context, the SessionHandler of the context, and the unique name of the node.SessionData SessionData The data associated with a session.SessionDataMap SessionDataMap A map style access to SessionData keyed by the session id.SessionDataMapFactory SessionDataMapFactory -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.nosql Class Description AbstractSessionDataStore AbstractSessionDataStoreSessionData SessionData The data associated with a session.SessionDataMap SessionDataMap A map style access to SessionData keyed by the session id.SessionDataStore SessionDataStore A store for the data contained in a Session object. -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.nosql.mongodb Class Description AbstractSessionDataStore AbstractSessionDataStoreAbstractSessionDataStoreFactory AbstractSessionDataStoreFactorySessionContext SessionContext Information about the context to which sessions belong: the Context, the SessionHandler of the context, and the unique name of the node.SessionData SessionData The data associated with a session.SessionDataMap SessionDataMap A map style access to SessionData keyed by the session id.SessionDataStore SessionDataStore A store for the data contained in a Session object.SessionDataStoreFactory SessionDataStoreFactorySessionHandler SessionHandler. -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.server Class Description HouseKeeper HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.SessionHandler SessionHandler. -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.server.session Class Description AbstractSessionCache AbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.AbstractSessionDataStore AbstractSessionDataStoreAbstractSessionDataStoreFactory AbstractSessionDataStoreFactoryAbstractTestBase AbstractTestBaseDatabaseAdaptor DatabaseAdaptor Handles differences between databases.Foo FooHouseKeeper HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.HouseKeeper.Runner RunnerJDBCSessionDataStore.SessionTableSchema SessionTableSchemaSession Session A heavy-weight Session object representing a HttpSession.Session.IdState Session.SessionInactivityTimer 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.Session.State State Validity states of a sessionSessionCache SessionCache A working set ofSessionobjects for a context.SessionCacheFactory SessionCacheFactorySessionContext SessionContext Information about the context to which sessions belong: the Context, the SessionHandler of the context, and the unique name of the node.SessionData SessionData The data associated with a session.SessionDataMap SessionDataMap A map style access to SessionData keyed by the session id.SessionDataMapFactory SessionDataMapFactorySessionDataStore SessionDataStore A store for the data contained in a Session object.SessionDataStoreFactory SessionDataStoreFactorySessionHandler SessionHandler.SessionHandler.SessionAsyncListener SessionAsyncListener Used to ensure that a request for which async has been started has its session completed as the request exits the context.SessionHandler.SessionIf SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.TestHttpSessionListener TestSessionListener -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.servlet Class Description SessionHandler SessionHandler. -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.session.infinispan Class Description AbstractSessionDataStore AbstractSessionDataStoreAbstractSessionDataStoreFactory AbstractSessionDataStoreFactorySessionData SessionData The data associated with a session.SessionDataMap SessionDataMap A map style access to SessionData keyed by the session id.SessionDataStore SessionDataStore A store for the data contained in a Session object.SessionDataStoreFactory SessionDataStoreFactorySessionHandler SessionHandler. -
Classes in org.eclipse.jetty.server.session used by org.eclipse.jetty.webapp Class Description SessionHandler SessionHandler.