Package | Description |
---|---|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
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 SessionDataStore |
AbstractSessionCache._sessionDataStore
The authoritative source of session data
|
protected SessionDataStore |
CachingSessionDataStore._store
The actual store for the session data
|
Modifier and Type | Method and Description |
---|---|
SessionDataStore |
SessionCache.getSessionDataStore() |
SessionDataStore |
AbstractSessionCache.getSessionDataStore() |
SessionDataStore |
SessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
NullSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
JDBCSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
FileSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
CachingSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
CachingSessionDataStore.getSessionStore() |
Modifier and Type | Method and Description |
---|---|
void |
SessionCache.setSessionDataStore(SessionDataStore sds)
A SessionDataStore that is the authoritative source
of session information.
|
void |
AbstractSessionCache.setSessionDataStore(SessionDataStore sessionStore) |
Constructor and Description |
---|
CachingSessionDataStore(SessionDataMap cache,
SessionDataStore store) |
Copyright © 1995–2019 Webtide. All rights reserved.