Package | Description |
---|---|
org.eclipse.jetty.nosql |
Jetty NoSql : Generic Nosql Session Management
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
Modifier and Type | Class and Description |
---|---|
class |
NoSqlSession |
Modifier and Type | Method and Description |
---|---|
AbstractSession |
NoSqlSessionManager.getSession(String idInCluster) |
protected AbstractSession |
NoSqlSessionManager.newSession(HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
NoSqlSessionManager.addSession(AbstractSession session) |
Modifier and Type | Class and Description |
---|---|
class |
HashedSession |
class |
JDBCSessionManager.Session
Session
Session instance.
|
class |
MemSession
MemSession
A session whose data is kept in memory
|
Modifier and Type | Method and Description |
---|---|
AbstractSession |
AbstractSessionManager.SessionIf.getSession() |
AbstractSession |
AbstractSession.getSession() |
AbstractSession |
HashSessionManager.getSession(String idInCluster) |
abstract AbstractSession |
AbstractSessionManager.getSession(String idInCluster)
Get a known existing session
|
protected AbstractSession |
JDBCSessionManager.newSession(HttpServletRequest request)
Make a new Session.
|
protected AbstractSession |
HashSessionManager.newSession(HttpServletRequest request) |
protected abstract AbstractSession |
AbstractSessionManager.newSession(HttpServletRequest request)
Create a new session instance
|
protected AbstractSession |
HashSessionManager.newSession(long created,
long accessed,
String clusterId) |
protected AbstractSession |
JDBCSessionManager.newSession(String sessionId,
String rowId,
long created,
long accessed,
long maxInterval) |
Modifier and Type | Method and Description |
---|---|
protected void |
JDBCSessionManager.addSession(AbstractSession session)
Add a newly created session to our in-memory list for this node and persist it.
|
protected void |
HashSessionManager.addSession(AbstractSession session) |
protected abstract void |
AbstractSessionManager.addSession(AbstractSession session) |
protected void |
AbstractSessionManager.addSession(AbstractSession session,
boolean created)
Add the session Registers the session with this manager and registers the
session ID with the sessionIDManager;
|
void |
AbstractSessionManager.doSessionAttributeListeners(AbstractSession session,
String name,
Object old,
Object value) |
boolean |
JDBCSessionManager.removeSession(AbstractSession session,
boolean invalidate)
Remove session from manager
|
boolean |
AbstractSessionManager.removeSession(AbstractSession session,
boolean invalidate)
Remove session from manager
|
Copyright © 1995-2015 Webtide. All Rights Reserved.