Package org.eclipse.jetty.server.session
Class AbstractWebAppObjectInSessionTest
- java.lang.Object
-
- org.eclipse.jetty.server.session.AbstractTestBase
-
- org.eclipse.jetty.server.session.AbstractWebAppObjectInSessionTest
-
public abstract class AbstractWebAppObjectInSessionTest extends AbstractTestBase
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. This test is only appropriate for clustered session managers.
-
-
Constructor Summary
Constructors Constructor Description AbstractWebAppObjectInSessionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestWebappObjectInSession()-
Methods inherited from class org.eclipse.jetty.server.session.AbstractTestBase
createSessionDataStoreFactory
-
-