Class FileSessionDataStoreFactory
java.lang.Object
org.eclipse.jetty.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.session.FileSessionDataStoreFactory
- All Implemented Interfaces:
SessionDataStoreFactory
FileSessionDataStoreFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSessionDataStore(SessionManager manager) Get the storeDir.booleanvoidsetDeleteUnrestorableFiles(boolean deleteUnrestorableFiles) Set the deleteUnrestorableFiles to set.voidsetStoreDir(File storeDir) Set the storeDir to set.Methods inherited from class 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
-
setStoreDir
Set the storeDir to set.- Parameters:
storeDir- the storeDir to set
-
getSessionDataStore
-