| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
| Class | Description |
|---|---|
| HouseKeeper |
HouseKeeper
There is 1 session HouseKeeper per SessionIdManager instance.
|
| SessionHandler |
SessionHandler.
|
| Class | Description |
|---|---|
| AbstractSessionCache |
AbstractSessionCache
A base implementation of the
SessionCache interface for managing a set of
Session objects pertaining to a context in memory. |
| AbstractSessionDataStore |
AbstractSessionDataStore
|
| AbstractSessionDataStoreFactory |
AbstractSessionDataStoreFactory
|
| DatabaseAdaptor |
DatabaseAdaptor
Handles differences between databases.
|
| HouseKeeper |
HouseKeeper
There is 1 session HouseKeeper per SessionIdManager instance.
|
| HouseKeeper.Runner |
Runner
|
| JDBCSessionDataStore.SessionTableSchema |
SessionTableSchema
|
| Session |
Session
A heavy-weight Session object representing a HttpSession.
|
| 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 session
|
| SessionCache |
SessionCache
A working set of
Session objects for a context. |
| SessionCacheFactory |
SessionCacheFactory
|
| 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
|
| SessionDataStore |
SessionDataStore
A store for the data contained in a Session object.
|
| SessionDataStoreFactory |
SessionDataStoreFactory
|
| SessionHandler |
SessionHandler.
|
| SessionHandler.SessionIf |
SessionIf
Interface that any session wrapper should implement so that
SessionManager may access the Jetty session implementation.
|
Copyright © 1995–2018 Webtide. All rights reserved.