Package org.eclipse.jetty.server.session
Class CachingSessionDataStoreFactory
java.lang.Object
org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- All Implemented Interfaces:
SessionDataStoreFactory
@Deprecated(since="2021-05-27")
public class CachingSessionDataStoreFactory
extends AbstractSessionDataStoreFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
CachingSessionDataStoreFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getSessionDataStore(SessionHandler handler) Deprecated.voidsetSessionDataMapFactory(SessionDataMapFactory mapFactory) Deprecated.voidDeprecated.Methods inherited from class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
getGracePeriodSec, getSavePeriodSec, setGracePeriodSec, setSavePeriodSec
-
Constructor Details
-
CachingSessionDataStoreFactory
public CachingSessionDataStoreFactory()Deprecated.
-
-
Method Details
-
getMapFactory
Deprecated.- Returns:
- the SessionDataMapFactory
-
setSessionDataMapFactory
Deprecated.- Parameters:
mapFactory- the SessionDataMapFactory
-
setSessionStoreFactory
Deprecated.- Parameters:
factory- The factory for the actual SessionDataStore that the CachingSessionDataStore will delegate to
-
getSessionDataStore
Deprecated.- Throws:
Exception- See Also:
-