| 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 | Description |
|---|---|---|
SessionIdManager |
SessionManager.getMetaManager() |
Deprecated.
|
SessionIdManager |
Server.getSessionIdManager() |
|
SessionIdManager |
SessionManager.getSessionIdManager() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Server.setSessionIdManager(SessionIdManager sessionIdManager) |
|
void |
SessionManager.setSessionIdManager(SessionIdManager idManager) |
Sets the cross context session id manager
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSessionIdManager |
|
class |
HashSessionIdManager |
HashSessionIdManager.
|
class |
JDBCSessionIdManager |
JDBCSessionIdManager
SessionIdManager implementation that uses a database to store in-use session ids,
to support distributed sessions.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SessionIdManager |
AbstractSessionManager._sessionIdManager |
| Modifier and Type | Method | Description |
|---|---|---|
SessionIdManager |
AbstractSessionManager.getMetaManager() |
Deprecated.
|
SessionIdManager |
AbstractSessionManager.getSessionIdManager() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractSessionManager.setSessionIdManager(SessionIdManager metaManager) |
Copyright © 1995–2018 Webtide. All rights reserved.