Package org.eclipse.jetty.server.session

Interface Summary
AbstractSessionManager.SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
 

Class Summary
AbstractClientCrossContextSessionTest AbstractClientCrossContextSessionTest
AbstractClientCrossContextSessionTest.TestServletA  
AbstractClientCrossContextSessionTest.TestServletB  
AbstractImmortalSessionTest AbstractImmortalSessionTest
AbstractImmortalSessionTest.TestServlet  
AbstractInvalidationSessionTest AbstractInvalidationSessionTest Goal of the test is to be sure that invalidating a session on one node result in the session being unavailable in the other node also.
AbstractInvalidationSessionTest.TestServlet  
AbstractLastAccessTimeTest AbstractLastAccessTimeTest
AbstractLastAccessTimeTest.TestServlet  
AbstractLightLoadTest AbstractLightLoadTest
AbstractLightLoadTest.TestServlet  
AbstractLightLoadTest.Worker  
AbstractLocalSessionScavengingTest AbstractLocalSessionScavengingTest
AbstractLocalSessionScavengingTest.TestServlet  
AbstractNewSessionTest AbstractNewSessionTest
AbstractNewSessionTest.TestServlet  
AbstractOrphanedSessionTest AbstractOrphanedSessionTest
AbstractOrphanedSessionTest.TestServlet  
AbstractReentrantRequestSessionTest AbstractReentrantRequestSessionTest
AbstractReentrantRequestSessionTest.TestServlet  
AbstractRemoveSessionTest  
AbstractRemoveSessionTest.TestServlet  
AbstractServerCrossContextSessionTest AbstractServerCrossContextSessionTest
AbstractServerCrossContextSessionTest.TestServletA  
AbstractServerCrossContextSessionTest.TestServletB  
AbstractSessionIdManager  
AbstractSessionManager An Abstract implementation of SessionManager.
AbstractSessionManager.NullSessionContext Null returning implementation of HttpSessionContext
AbstractSessionMigrationTest AbstractSessionMigrationTest
AbstractSessionMigrationTest.TestServlet  
AbstractTestServer AbstractTestServer
AbstractWebAppObjectInSessionTest AbstractWebAppObjectInSessionTest Target of this test is to check that when a webapp on nodeA puts in the session an object of a class loaded from the war (and hence with a WebAppClassLoader), the same webapp on nodeB is able to load that object from the session.
HashSessionIdManager HashSessionIdManager.
HashSessionManager An in-memory implementation of SessionManager.
JDBCSessionIdManager JDBCSessionIdManager SessionIdManager implementation that uses a database to store in-use session ids, to support distributed sessions.
JDBCSessionManager JDBCSessionManager SessionManager that persists sessions to a database to enable clustering.
SessionHandler SessionHandler.
WebAppObjectInSessionServlet WebAppObjectInSessionServlet
WebAppObjectInSessionServlet.TestSharedStatic  
 



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