Package org.eclipse.jetty.server.session
Class NullSessionDataStoreFactory
- java.lang.Object
-
- org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
-
- org.eclipse.jetty.server.session.NullSessionDataStoreFactory
-
- All Implemented Interfaces:
SessionDataStoreFactory
public class NullSessionDataStoreFactory extends AbstractSessionDataStoreFactory
NullSessionDataStoreFactory
-
-
Constructor Summary
Constructors Constructor Description NullSessionDataStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionDataStore
getSessionDataStore(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)
-
-