Package org.eclipse.jetty.server.session
Class TestSessionDataStoreFactory
- java.lang.Object
-
- org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
-
- org.eclipse.jetty.server.session.TestSessionDataStoreFactory
-
- All Implemented Interfaces:
SessionDataStoreFactory
public class TestSessionDataStoreFactory extends AbstractSessionDataStoreFactory
TestSessionDataStoreFactory
-
-
Constructor Summary
Constructors Constructor Description TestSessionDataStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionDataStoregetSessionDataStore(SessionHandler handler)-
Methods inherited from class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
getGracePeriodSec, getSavePeriodSec, setGracePeriodSec, setSavePeriodSec
-
-
-
-
Method Detail
-
getSessionDataStore
public SessionDataStore getSessionDataStore(SessionHandler handler) throws java.lang.Exception
- Throws:
java.lang.Exception- See Also:
SessionDataStoreFactory.getSessionDataStore(org.eclipse.jetty.server.session.SessionHandler)
-
-