Package org.eclipse.jetty.session
Class FileSessionDataStoreFactory
java.lang.Object
org.eclipse.jetty.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.session.FileSessionDataStoreFactory
- All Implemented Interfaces:
SessionDataStoreFactory
FileSessionDataStoreFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSessionDataStore
(SessionManager manager) Get the storeDir.boolean
void
setDeleteUnrestorableFiles
(boolean deleteUnrestorableFiles) Set the deleteUnrestorableFiles to set.void
setStoreDir
(File storeDir) Set the storeDir to set.Methods inherited from class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
getGracePeriodSec, getSavePeriodSec, setGracePeriodSec, setSavePeriodSec
-
Constructor Details
-
FileSessionDataStoreFactory
public FileSessionDataStoreFactory()
-
-
Method Details
-
isDeleteUnrestorableFiles
public boolean isDeleteUnrestorableFiles()- Returns:
- the deleteUnrestorableFiles
-
setDeleteUnrestorableFiles
public void setDeleteUnrestorableFiles(boolean deleteUnrestorableFiles) Set the deleteUnrestorableFiles to set.- Parameters:
deleteUnrestorableFiles
- the deleteUnrestorableFiles to set
-
getStoreDir
Get the storeDir.- Returns:
- the storeDir
-
setStoreDir
Set the storeDir to set.- Parameters:
storeDir
- the storeDir to set
-
getSessionDataStore
-