| Package | Description |
|---|---|
| org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
| Modifier and Type | Field and Description |
|---|---|
private static HttpFileSystemConfigBuilder |
HttpFileSystemConfigBuilder.BUILDER |
| Modifier and Type | Method and Description |
|---|---|
static HttpFileSystemConfigBuilder |
HttpFileSystemConfigBuilder.getInstance()
Gets the singleton builder.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.httpclient.HttpClient |
HttpClientFactory.createConnection(HttpFileSystemConfigBuilder builder,
java.lang.String scheme,
java.lang.String hostname,
int port,
java.lang.String username,
java.lang.String password,
FileSystemOptions fileSystemOptions)
Creates a new connection to the server.
|
| Constructor and Description |
|---|
HttpFileObject(AbstractFileName name,
FS fileSystem,
HttpFileSystemConfigBuilder builder) |