Class Http4FileSystem

All Implemented Interfaces:
Closeable, AutoCloseable, FileSystem, VfsComponent

http4 file system.
Since:
2.3
  • Constructor Details

    • Http4FileSystem

      protected Http4FileSystem(FileName rootName, FileSystemOptions fileSystemOptions, org.apache.http.client.HttpClient httpClient, org.apache.http.client.protocol.HttpClientContext httpClientContext)
      Deprecated.
      Constructs a new instance.
      Parameters:
      rootName - root base name
      fileSystemOptions - file system options
      httpClient - HttpClient instance
      httpClientContext - HttpClientContext instance
  • Method Details