Uses of Class
org.eclipse.jetty.server.session.AbstractSessionManager.Session

Packages that use AbstractSessionManager.Session
org.eclipse.jetty.server.session   
 

Uses of AbstractSessionManager.Session in org.eclipse.jetty.server.session
 

Subclasses of AbstractSessionManager.Session in org.eclipse.jetty.server.session
protected  class HashSessionManager.HashedSession
           
 class JDBCSessionManager.Session
          Session Session instance in memory of this node.
 

Methods in org.eclipse.jetty.server.session that return AbstractSessionManager.Session
 AbstractSessionManager.Session AbstractSessionManager.SessionIf.getSession()
           
 AbstractSessionManager.Session AbstractSessionManager.Session.getSession()
           
 AbstractSessionManager.Session HashSessionManager.getSession(String idInCluster)
           
abstract  AbstractSessionManager.Session AbstractSessionManager.getSession(String idInCluster)
          Get a known existing session
protected  AbstractSessionManager.Session JDBCSessionManager.newSession(HttpServletRequest request)
          Make a new Session.
protected  AbstractSessionManager.Session HashSessionManager.newSession(HttpServletRequest request)
           
protected abstract  AbstractSessionManager.Session AbstractSessionManager.newSession(HttpServletRequest request)
          Create a new session instance
protected  AbstractSessionManager.Session HashSessionManager.newSession(long created, long accessed, String clusterId)
           
 

Methods in org.eclipse.jetty.server.session with parameters of type AbstractSessionManager.Session
protected  void JDBCSessionManager.addSession(AbstractSessionManager.Session session)
          Add a newly created session to our in-memory list for this node and persist it.
protected  void HashSessionManager.addSession(AbstractSessionManager.Session session)
           
protected abstract  void AbstractSessionManager.addSession(AbstractSessionManager.Session session)
           
protected  void AbstractSessionManager.addSession(AbstractSessionManager.Session session, boolean created)
          Add the session Registers the session with this manager and registers the session ID with the sessionIDManager;
 void JDBCSessionManager.removeSession(AbstractSessionManager.Session session, boolean invalidate)
          Remove session from manager
 void AbstractSessionManager.removeSession(AbstractSessionManager.Session session, boolean invalidate)
          Remove session from manager
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.