Package | Description |
---|---|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionDataStore
SessionDataStore
A store for the data contained in a Session object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionDataStore
AbstractSessionDataStore
|
class |
CachingSessionDataStore
CachingSessionDataStore
A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
|
class |
FileSessionDataStore
FileSessionDataStore
A file-based store of session data.
|
class |
JDBCSessionDataStore
JDBCSessionDataStore
Session data stored in database
|
class |
NullSessionDataStore
NullSessionDataStore
Does not actually store anything, useful for testing.
|
Modifier and Type | Field and Description |
---|---|
protected SessionDataMap |
CachingSessionDataStore._cache
The fronting cache
|
Modifier and Type | Method and Description |
---|---|
SessionDataMap |
CachingSessionDataStore.getSessionDataMap() |
SessionDataMap |
SessionDataMapFactory.getSessionDataMap() |
Constructor and Description |
---|
CachingSessionDataStore(SessionDataMap cache,
SessionDataStore store) |