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.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 | Class and Description |
---|---|
class |
HashSessionManager
HashSessionManager
An in-memory implementation of SessionManager.
|
class |
JDBCSessionManager
JDBCSessionManager
SessionManager that persists sessions to a database to enable clustering.
|
Constructor and Description |
---|
AbstractSession(AbstractSessionManager abstractSessionManager,
HttpServletRequest request) |
AbstractSession(AbstractSessionManager abstractSessionManager,
long created,
long accessed,
String clusterId) |
MemSession(AbstractSessionManager abstractSessionManager,
HttpServletRequest request) |
MemSession(AbstractSessionManager abstractSessionManager,
long created,
long accessed,
String clusterId) |
Copyright © 1995-2015 Webtide. All Rights Reserved.