| 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 |
Server.getSessionIdManager() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Server.setSessionIdManager(SessionIdManager sessionIdManager) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultSessionIdManager |
DefaultSessionIdManager
Manages session ids to ensure each session id within a context is unique, and that
session ids can be shared across contexts (but not session contents).
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SessionIdManager |
HouseKeeper._sessionIdManager |
|
protected SessionIdManager |
SessionHandler._sessionIdManager |
| Modifier and Type | Method | Description |
|---|---|---|
SessionIdManager |
SessionHandler.getSessionIdManager() |
Gets the cross context session id manager
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
HouseKeeper.setSessionIdManager(SessionIdManager sessionIdManager) |
SessionIdManager associated with this scavenger
|
void |
SessionHandler.setSessionIdManager(SessionIdManager metaManager) |
Copyright © 1995–2018 Webtide. All rights reserved.