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