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 Http4FileSystemConfigBuilderHttp4FileSystemConfigBuilder. 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.HttpClientHttp4FileProvider. createHttpClient(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions)Deprecated.Create anHttpClientobject for an http4 file system.protected org.apache.http.impl.client.HttpClientBuilderHttp4FileProvider. createHttpClientBuilder(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions)Deprecated.Create anHttpClientBuilderobject.protected org.apache.http.client.protocol.HttpClientContextHttp4FileProvider. createHttpClientContext(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData)Deprecated.Create anHttpClientContextobject for an http4 file system.protected javax.net.ssl.SSLContextHttp4FileProvider. createSSLContext(Http4FileSystemConfigBuilder builder, FileSystemOptions fileSystemOptions)Deprecated.CreateSSLContextfor 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.
-