Class FileSessionDataStoreFactory

java.lang.Object
org.eclipse.jetty.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.session.FileSessionDataStoreFactory
All Implemented Interfaces:
SessionDataStoreFactory

public class FileSessionDataStoreFactory extends AbstractSessionDataStoreFactory
FileSessionDataStoreFactory
  • 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

      public File getStoreDir()
      Get the storeDir.
      Returns:
      the storeDir
    • setStoreDir

      public void setStoreDir(File storeDir)
      Set the storeDir to set.
      Parameters:
      storeDir - the storeDir to set
    • getSessionDataStore

      public SessionDataStore getSessionDataStore(SessionManager manager)