Uses of Class
org.eclipse.jetty.server.session.AbstractTestBase
-
Packages that use AbstractTestBase Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of AbstractTestBase in org.eclipse.jetty.server.session
Subclasses of AbstractTestBase in org.eclipse.jetty.server.session Modifier and Type Class Description classAbstractClusteredInvalidationSessionTestAbstractClusteredInvalidationSessionTest 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.classAbstractClusteredOrphanedSessionTestAbstractClusteredOrphanedSessionTest Mimic node1 creating a session then crashing.classAbstractClusteredSessionScavengingTestAbstractClusteredSessionScavengingTest Test that a session that was live on node1, but then more recently used on node2 does not expire over on node1.classAbstractWebAppObjectInSessionTestAbstractWebAppObjectInSessionTest 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.
-