| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
| Modifier and Type | Method and Description |
|---|---|
SessionHandler |
Request.getSessionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Set<SessionHandler> |
SessionIdManager.getSessionHandlers()
Get the set of all session handlers for this node
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setSessionHandler(SessionHandler sessionHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionHandler |
Session._handler |
protected SessionHandler |
AbstractSessionCache._handler
The SessionHandler related to this SessionCache
|
| Modifier and Type | Method and Description |
|---|---|
SessionHandler |
SessionContext.getSessionHandler() |
SessionHandler |
SessionCache.getSessionHandler() |
SessionHandler |
Session.getSessionHandler() |
SessionHandler |
AbstractSessionCache.getSessionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Set<SessionHandler> |
DefaultSessionIdManager.getSessionHandlers()
Get SessionManager for every context.
|
| Modifier and Type | Method and Description |
|---|---|
SessionCache |
SessionCacheFactory.getSessionCache(SessionHandler handler) |
SessionCache |
NullSessionCacheFactory.getSessionCache(SessionHandler handler) |
SessionCache |
DefaultSessionCacheFactory.getSessionCache(SessionHandler handler) |
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) |
| Constructor and Description |
|---|
AbstractSessionCache(SessionHandler handler) |
DefaultSessionCache(SessionHandler manager) |
NullSessionCache(SessionHandler handler) |
Session(SessionHandler handler,
HttpServletRequest request,
SessionData data)
Create a new session
|
Session(SessionHandler handler,
SessionData data)
Re-inflate an existing session from some eg persistent store.
|
Copyright © 1995–2017 Webtide. All rights reserved.