Class JettyFileSessionDataStoreFactory
java.lang.Object
org.eclipse.jetty.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.session.FileSessionDataStoreFactory
com.aspectran.jetty.server.session.JettyFileSessionDataStoreFactory
- All Implemented Interfaces:
ApplicationAdapterAware
,Aware
,org.eclipse.jetty.session.SessionDataStoreFactory
public class JettyFileSessionDataStoreFactory
extends org.eclipse.jetty.session.FileSessionDataStoreFactory
implements ApplicationAdapterAware
Created: 2025-01-22
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setApplicationAdapter
(ApplicationAdapter applicationAdapter) void
setStoreDir
(String storeDir) Methods inherited from class org.eclipse.jetty.session.FileSessionDataStoreFactory
getSessionDataStore, getStoreDir, isDeleteUnrestorableFiles, setDeleteUnrestorableFiles, setStoreDir
Methods inherited from class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
getGracePeriodSec, getSavePeriodSec, setGracePeriodSec, setSavePeriodSec
-
Constructor Details
-
JettyFileSessionDataStoreFactory
public JettyFileSessionDataStoreFactory()
-
-
Method Details
-
getApplicationAdapter
-
setApplicationAdapter
- Specified by:
setApplicationAdapter
in interfaceApplicationAdapterAware
-
setStoreDir
- Throws:
IOException
-