Package | Description |
---|---|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.webdav |
The WebDAV File Provider
|
Modifier and Type | Method and Description |
---|---|
static HttpFileSystemConfigBuilder |
HttpFileSystemConfigBuilder.getInstance() |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.httpclient.HttpClient |
HttpClientFactory.createConnection(HttpFileSystemConfigBuilder builder,
String scheme,
String hostname,
int port,
String username,
String password,
FileSystemOptions fileSystemOptions)
Creates a new connection to the server.
|
Modifier and Type | Class and Description |
---|---|
class |
WebdavFileSystemConfigBuilder
Configuration options for WebDav.
|
Modifier and Type | Method and Description |
---|---|
static HttpFileSystemConfigBuilder |
WebdavFileSystemConfigBuilder.getInstance() |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.