Package | Description |
---|---|
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 |
MongoSessionIdManager
Based partially on the JDBCSessionIdManager.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoSessionManager.setSessionIdManager(SessionIdManager metaManager) |
Modifier and Type | Method and Description |
---|---|
SessionIdManager |
SessionManager.getMetaManager()
Deprecated.
|
SessionIdManager |
SessionManager.getSessionIdManager() |
SessionIdManager |
Server.getSessionIdManager() |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.setSessionIdManager(SessionIdManager idManager)
Sets the cross context session id manager
|
void |
Server.setSessionIdManager(SessionIdManager sessionIdManager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionIdManager |
class |
HashSessionIdManager
HashSessionIdManager.
|
class |
JDBCSessionIdManager
JDBCSessionIdManager
SessionIdManager implementation that uses a database to store in-use session ids,
to support distributed sessions.
|
Modifier and Type | Field and Description |
---|---|
protected SessionIdManager |
AbstractTestServer._sessionIdManager |
protected SessionIdManager |
AbstractSessionManager._sessionIdManager |
Modifier and Type | Method and Description |
---|---|
SessionIdManager |
AbstractSessionManager.getMetaManager()
Deprecated.
|
SessionIdManager |
AbstractSessionManager.getSessionIdManager() |
abstract SessionIdManager |
AbstractTestServer.newSessionIdManager(String config) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSessionManager.setSessionIdManager(SessionIdManager metaManager) |
Copyright © 1995-2015 Webtide. All Rights Reserved.