Uses of Class
org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
Packages that use Http4FileSystemConfigBuilder
-
Uses of Http4FileSystemConfigBuilder in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return Http4FileSystemConfigBuilderModifier and TypeMethodDescriptionstatic Http4FileSystemConfigBuilder
Http4FileSystemConfigBuilder.getInstance()
Deprecated.Gets the singleton builder.Methods in org.apache.commons.vfs2.provider.http4 with parameters of type Http4FileSystemConfigBuilderModifier and TypeMethodDescriptionprotected org.apache.http.client.HttpClient
Http4FileProvider.createHttpClient
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Deprecated.Create anHttpClient
object for an http4 file system.protected org.apache.http.impl.client.HttpClientBuilder
Http4FileProvider.createHttpClientBuilder
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions) Deprecated.Create anHttpClientBuilder
object.protected org.apache.http.client.protocol.HttpClientContext
Http4FileProvider.createHttpClientContext
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData) Deprecated.Create anHttpClientContext
object for an http4 file system.protected SSLContext
Http4FileProvider.createSSLContext
(Http4FileSystemConfigBuilder builder, FileSystemOptions fileSystemOptions) Deprecated.CreateSSLContext
for HttpClient.Constructors in org.apache.commons.vfs2.provider.http4 with parameters of type Http4FileSystemConfigBuilderModifierConstructorDescriptionprotected
Http4FileObject
(AbstractFileName name, FS fileSystem, Http4FileSystemConfigBuilder builder) Deprecated.ConstructsHttp4FileObject
.