Uses of Class
org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
-
Packages that use HttpFileSystemConfigBuilder Package Description org.apache.commons.vfs2.provider.http The HTTP File Provider -
-
Uses of HttpFileSystemConfigBuilder in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return HttpFileSystemConfigBuilder Modifier and Type Method Description static HttpFileSystemConfigBuilderHttpFileSystemConfigBuilder. getInstance()Gets the singleton builder.Methods in org.apache.commons.vfs2.provider.http with parameters of type HttpFileSystemConfigBuilder Modifier and Type Method Description static org.apache.commons.httpclient.HttpClientHttpClientFactory. 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.Constructors in org.apache.commons.vfs2.provider.http with parameters of type HttpFileSystemConfigBuilder Constructor Description HttpFileObject(AbstractFileName name, FS fileSystem, HttpFileSystemConfigBuilder builder)
-