Uses of Class
org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Packages that use HttpFileSystemConfigBuilder
-
Uses of HttpFileSystemConfigBuilder in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return HttpFileSystemConfigBuilderModifier and TypeMethodDescriptionstatic HttpFileSystemConfigBuilder
HttpFileSystemConfigBuilder.getInstance()
Deprecated.Gets the singleton builder.Methods in org.apache.commons.vfs2.provider.http with parameters of type HttpFileSystemConfigBuilderModifier and TypeMethodDescriptionstatic org.apache.commons.httpclient.HttpClient
HttpClientFactory.createConnection
(HttpFileSystemConfigBuilder builder, String scheme, String hostname, int port, String username, String password, FileSystemOptions fileSystemOptions) Deprecated.Creates a new connection to the server.Constructors in org.apache.commons.vfs2.provider.http with parameters of type HttpFileSystemConfigBuilderModifierConstructorDescriptionprotected
HttpFileObject
(AbstractFileName fileName, FS fileSystem, HttpFileSystemConfigBuilder builder) Deprecated.Constructs a new instance.