Uses of Interface
org.browsermob.proxy.jetty.jetty.servlet.SessionManager

Packages that use SessionManager
org.browsermob.proxy.jetty.jetty.servlet   
org.browsermob.proxy.jetty.jetty.servlet.jmx   
 

Uses of SessionManager in org.browsermob.proxy.jetty.jetty.servlet
 

Classes in org.browsermob.proxy.jetty.jetty.servlet that implement SessionManager
 class AbstractSessionManager
          An Abstract implementation of SessionManager.
 class HashSessionManager
          An in-memory implementation of SessionManager.
 

Fields in org.browsermob.proxy.jetty.jetty.servlet declared as SessionManager
protected  SessionManager ServletHandler._sessionManager
           
 

Methods in org.browsermob.proxy.jetty.jetty.servlet that return SessionManager
 SessionManager ServletHandler.getSessionManager()
           
 

Methods in org.browsermob.proxy.jetty.jetty.servlet with parameters of type SessionManager
 void WebApplicationHandler.setSessionManager(SessionManager sm)
           
 void ServletHandler.setSessionManager(SessionManager sm)
           
 

Uses of SessionManager in org.browsermob.proxy.jetty.jetty.servlet.jmx
 

Constructors in org.browsermob.proxy.jetty.jetty.servlet.jmx with parameters of type SessionManager
AbstractSessionManagerMBean(SessionManager object)
           
SessionManagerMBean(SessionManager object)
           
 



Copyright © 2011. All Rights Reserved.