Class Http5FileSystem

All Implemented Interfaces:
Closeable, AutoCloseable, FileSystem, VfsComponent

public class Http5FileSystem extends AbstractFileSystem
http5 file system.
Since:
2.5.0
  • Constructor Details

    • Http5FileSystem

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