Uses of Class
org.apache.commons.vfs2.provider.http4.Http4FileSystemConfigBuilder
-
Packages that use Http4FileSystemConfigBuilder Package Description org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider. -
-
Uses of Http4FileSystemConfigBuilder in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return Http4FileSystemConfigBuilder Modifier and Type Method Description static Http4FileSystemConfigBuilder
Http4FileSystemConfigBuilder. getInstance()
Deprecated.Gets the singleton builder.Methods in org.apache.commons.vfs2.provider.http4 with parameters of type Http4FileSystemConfigBuilder Modifier and Type Method Description protected 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 javax.net.ssl.SSLContext
Http4FileProvider. createSSLContext(Http4FileSystemConfigBuilder builder, FileSystemOptions fileSystemOptions)
Deprecated.CreateSSLContext
for HttpClient.Constructors in org.apache.commons.vfs2.provider.http4 with parameters of type Http4FileSystemConfigBuilder Constructor Description Http4FileObject(AbstractFileName name, FS fileSystem, Http4FileSystemConfigBuilder builder)
Deprecated.ConstructsHttp4FileObject
.
-