| Package | Description |
|---|---|
| org.eclipse.jetty.server | |
| org.eclipse.jetty.server.session |
| Modifier and Type | Method and Description |
|---|---|
SessionManager |
Request.getSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setSessionManager(SessionManager sessionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionManager
An Abstract implementation of SessionManager.
|
class |
HashSessionManager
HashSessionManager
An in-memory implementation of SessionManager.
|
class |
JDBCSessionManager
JDBCSessionManager
SessionManager that persists sessions to a database to enable clustering.
|
| Modifier and Type | Method and Description |
|---|---|
SessionManager |
SessionHandler.getSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionHandler.setSessionManager(SessionManager sessionManager) |
| Constructor and Description |
|---|
SessionHandler(SessionManager manager) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.