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()Deprecated.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)Deprecated.Creates a new connection to the server.Constructors in org.apache.commons.vfs2.provider.http with parameters of type HttpFileSystemConfigBuilder Constructor Description HttpFileObject(AbstractFileName fileName, FS fileSystem, HttpFileSystemConfigBuilder builder)Deprecated.Constructs a new instance.
-