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
@Deprecated(since="2021-05-27") public class NullSessionDataStoreFactory extends AbstractSessionDataStoreFactory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.NullSessionDataStoreFactory 
- 
- 
Constructor Summary
Constructors Constructor Description NullSessionDataStoreFactory()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SessionDataStoregetSessionDataStore(SessionHandler handler)Deprecated.- 
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
Deprecated.- Throws:
 java.lang.Exception- See Also:
 SessionDataStoreFactory.getSessionDataStore(org.eclipse.jetty.server.session.SessionHandler)
 
 - 
 
 -