Package | Description |
---|---|
org.eclipse.jetty.nosql |
Jetty NoSql : Generic Nosql Session Management
|
org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
Modifier and Type | Class and Description |
---|---|
class |
NoSqlSessionManager
NoSqlSessionManager
Base class for SessionManager implementations using nosql frameworks
|
Modifier and Type | Class and Description |
---|---|
class |
MongoSessionManager
MongoSessionManager
Clustered session manager using MongoDB as the shared DB instance.
|
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() |
SessionManager |
AbstractSession.getSessionManager() |
abstract SessionManager |
AbstractTestServer.newSessionManager() |
Modifier and Type | Method and Description |
---|---|
abstract SessionHandler |
AbstractTestServer.newSessionHandler(SessionManager sessionManager) |
void |
SessionHandler.setSessionManager(SessionManager sessionManager) |
Constructor and Description |
---|
SessionHandler(SessionManager manager) |
Copyright © 1995-2015 Webtide. All Rights Reserved.