Uses of Class
org.mortbay.jetty.servlet.AbstractSessionManager.Session

Packages that use AbstractSessionManager.Session
org.mortbay.jetty.servlet   
 

Uses of AbstractSessionManager.Session in org.mortbay.jetty.servlet
 

Subclasses of AbstractSessionManager.Session in org.mortbay.jetty.servlet
protected  class HashSessionManager.Session
           
 

Methods in org.mortbay.jetty.servlet that return AbstractSessionManager.Session
abstract  AbstractSessionManager.Session AbstractSessionManager.getSession(String idInCluster)
          Get a known existingsession
 AbstractSessionManager.Session HashSessionManager.getSession(String idInCluster)
           
protected abstract  AbstractSessionManager.Session AbstractSessionManager.newSession(HttpServletRequest request)
          Create a new session instance
protected  AbstractSessionManager.Session HashSessionManager.newSession(HttpServletRequest request)
           
 

Methods in org.mortbay.jetty.servlet with parameters of type AbstractSessionManager.Session
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 AbstractSessionManager.removeSession(AbstractSessionManager.Session session, boolean invalidate)
          Remove session from manager