Package org.eclipse.jetty.server.session
Class AbstractClusteredInvalidationSessionTest
- java.lang.Object
-
- org.eclipse.jetty.server.session.AbstractTestBase
-
- org.eclipse.jetty.server.session.AbstractClusteredInvalidationSessionTest
-
public abstract class AbstractClusteredInvalidationSessionTest extends AbstractTestBase
AbstractClusteredInvalidationSessionTest 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. This simulates an environment without a sticky load balancer. In this case, you must use session eviction, to try to ensure that as the session bounces around it gets a fresh load of data from the SessionDataStore.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractClusteredInvalidationSessionTest.TestServlet
-
Constructor Summary
Constructors Constructor Description AbstractClusteredInvalidationSessionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestInvalidation()-
Methods inherited from class org.eclipse.jetty.server.session.AbstractTestBase
createSessionDataStoreFactory
-
-