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.Session
           
 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()
           
abstract  AbstractSessionManager.Session AbstractSessionManager.getSession(String idInCluster)
          Get a known existingsession
 AbstractSessionManager.Session HashSessionManager.getSession(String idInCluster)
           
protected  AbstractSessionManager.Session JDBCSessionManager.newSession(HttpServletRequest request)
          Make a new Session.
protected abstract  AbstractSessionManager.Session AbstractSessionManager.newSession(HttpServletRequest request)
          Create a new session instance
protected  AbstractSessionManager.Session HashSessionManager.newSession(HttpServletRequest request)
           
protected  AbstractSessionManager.Session HashSessionManager.newSession(long created, 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 abstract  void AbstractSessionManager.addSession(AbstractSessionManager.Session session)
           
protected  void HashSessionManager.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-2009 Mort Bay Consulting. All Rights Reserved.