Package | Description |
---|---|
org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs2.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.http4 |
The HTTP4 File Provider
|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Class and Description |
---|---|
private class |
DefaultFileContent.FileContentInputStream
An input stream for reading content.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FtpFileObject.FtpInputStream
An InputStream that monitors for end-of-file.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HttpFileObject.HttpInputStream
An InputStream that cleans up the HTTP connection on close.
|
Modifier and Type | Field and Description |
---|---|
private MonitorInputStream |
HttpRandomAccessContent.mis |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MonitoredHttpResponseContentInputStream
An InputStream that cleans up the
org.apache.http.client.methods.CloseableHttpResponse on close. |
Modifier and Type | Field and Description |
---|---|
private MonitorInputStream |
Http4RandomAccessContent.mis |
Modifier and Type | Class and Description |
---|---|
private class |
SftpFileObject.SftpInputStream
An InputStream that monitors for end-of-file.
|