Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
org.apache.commons.vfs2.provider.hdfs |
The HDFS 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.http4s |
The HTTP4S File Provider
|
org.apache.commons.vfs2.provider.http5 |
The HTTP5 File Provider
|
org.apache.commons.vfs2.provider.http5s |
The HTTP5S File Provider
|
org.apache.commons.vfs2.provider.https |
The HTTPS File Provider
|
org.apache.commons.vfs2.provider.local |
The Local File Provider.
|
org.apache.commons.vfs2.provider.ram |
The RAM File Provider.
|
org.apache.commons.vfs2.provider.sftp |
The SFTP Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpFileProvider
A provider for FTP file systems.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpsFileProvider
A provider for FTP file systems.
|
Modifier and Type | Class and Description |
---|---|
class |
HdfsFileProvider
FileProvider for HDFS files.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileProvider
An HTTP provider that uses commons-httpclient.
|
Modifier and Type | Class and Description |
---|---|
class |
Http4FileProvider
FileProvider implementation using HttpComponents HttpClient library. |
Modifier and Type | Class and Description |
---|---|
class |
Http4sFileProvider
http4s provider that uses HttpComponents HttpClient.
|
Modifier and Type | Class and Description |
---|---|
class |
Http5FileProvider
FileProvider implementation using HttpComponents HttpClient v5 library. |
Modifier and Type | Class and Description |
---|---|
class |
Http5sFileProvider
http5s provider that uses HttpComponents HttpClient.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsFileProvider
An HTTPS provider that uses commons-httpclient.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocalFileProvider
A file system provider, which uses direct file access.
|
Modifier and Type | Class and Description |
---|---|
class |
RamFileProvider
RAM File Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileProvider
A provider for accessing files over SFTP.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.