| 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 |
|---|---|---|
SessionManager |
Request.getSessionManager() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Request.setSessionManager(SessionManager sessionManager) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSessionManager |
An Abstract implementation of SessionManager.
|
class |
HashSessionManager |
HashSessionManager
An in-memory implementation of SessionManager.
|
class |
JDBCSessionManager |
JDBCSessionManager.
|
| Modifier and Type | Method | Description |
|---|---|---|
SessionManager |
AbstractSession.getSessionManager() |
|
SessionManager |
SessionHandler.getSessionManager() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SessionHandler.setSessionManager(SessionManager sessionManager) |
| Constructor | Description |
|---|---|
SessionHandler(SessionManager manager) |
Copyright © 1995–2018 Webtide. All rights reserved.