| Package | Description |
|---|---|
| org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSessionCache |
AbstractSessionCache
A base implementation of the
SessionCache interface for managing a set of
Session objects pertaining to a context in memory. |
class |
DefaultSessionCache |
DefaultSessionCache
A session store that keeps its sessions in memory in a hashmap
|
class |
NullSessionCache |
NullSessionCache
Does not actually cache any Session objects.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SessionCache |
SessionHandler._sessionCache |
| Modifier and Type | Method | Description |
|---|---|---|
SessionCache |
DefaultSessionCacheFactory.getSessionCache(SessionHandler handler) |
|
SessionCache |
NullSessionCacheFactory.getSessionCache(SessionHandler handler) |
|
SessionCache |
SessionCacheFactory.getSessionCache(SessionHandler handler) |
|
SessionCache |
SessionHandler.getSessionCache() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SessionHandler.setSessionCache(SessionCache cache) |
Copyright © 1995–2018 Webtide. All rights reserved.