| Class | Description |
|---|---|
| Http4FileContentInfoFactory |
Creates
FileContentInfoFactory instances for http4 provider. |
| Http4FileNameParser |
FileNameParser implementation for http4 provider, setting default port to 80. |
| Http4FileObject<FS extends Http4FileSystem> |
A file object backed by Apache HttpComponents HttpClient.
|
| Http4FileProvider |
FileProvider implementation using HttpComponents HttpClient library. |
| Http4FileSystem |
http4 file system.
|
| Http4FileSystemConfigBuilder |
Configuration options builder utility for http4 provider.
|
| Http4RandomAccessContent<FS extends Http4FileSystem> |
RandomAccess content using
Http4FileObject. |
| MonitoredHttpResponseContentInputStream |
An InputStream that cleans up the
org.apache.http.client.methods.CloseableHttpResponse on close. |
The HTTP4 File Provider