Class FileSessionDataStoreFactory

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

@Deprecated(since="2021-05-27") public class FileSessionDataStoreFactory extends AbstractSessionDataStoreFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
FileSessionDataStoreFactory
  • Constructor Details

    • FileSessionDataStoreFactory

      public FileSessionDataStoreFactory()
      Deprecated.
  • Method Details

    • isDeleteUnrestorableFiles

      public boolean isDeleteUnrestorableFiles()
      Deprecated.
      Returns:
      the deleteUnrestorableFiles
    • setDeleteUnrestorableFiles

      public void setDeleteUnrestorableFiles(boolean deleteUnrestorableFiles)
      Deprecated.
      Parameters:
      deleteUnrestorableFiles - the deleteUnrestorableFiles to set
    • getStoreDir

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

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

      public SessionDataStore getSessionDataStore(SessionHandler handler)
      Deprecated.
      See Also: