Package | Description |
---|---|
org.eclipse.jetty.server.session |
Modifier and Type | Class and Description |
---|---|
class |
HashedSession |
class |
JDBCSessionManager.Session
Session
Session instance in memory of this node.
|
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 |
HashSessionManager.newSession(javax.servlet.http.HttpServletRequest request) |
protected abstract AbstractSession |
AbstractSessionManager.newSession(javax.servlet.http.HttpServletRequest request)
Create a new session instance
|
protected AbstractSession |
JDBCSessionManager.newSession(javax.servlet.http.HttpServletRequest request)
Make a new Session.
|
protected AbstractSession |
HashSessionManager.newSession(long created,
long accessed,
String clusterId) |
Modifier and Type | Method and Description |
---|---|
protected void |
HashSessionManager.addSession(AbstractSession session) |
protected abstract void |
AbstractSessionManager.addSession(AbstractSession session) |
protected void |
JDBCSessionManager.addSession(AbstractSession session)
Add a newly created session to our in-memory list for this node and persist it.
|
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) |
void |
AbstractSessionManager.removeSession(AbstractSession session,
boolean invalidate)
Remove session from manager
|
void |
JDBCSessionManager.removeSession(AbstractSession session,
boolean invalidate)
Remove session from manager
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.