Uses of Class
org.apache.hc.client5.http.config.TlsConfig
Packages that use TlsConfig
Package
Description
HTTP client configuration APIs.
Client connection management functions based the classic
connection management APIs.
Client connection management functions based the asynchronous
connection management APIs.
-
Uses of TlsConfig in org.apache.hc.client5.http.config
Fields in org.apache.hc.client5.http.config declared as TlsConfigMethods in org.apache.hc.client5.http.config that return TlsConfigModifier and TypeMethodDescriptionTlsConfig.Builder.build()protected TlsConfigTlsConfig.clone()Methods in org.apache.hc.client5.http.config with parameters of type TlsConfig -
Uses of TlsConfig in org.apache.hc.client5.http.impl.io
Methods in org.apache.hc.client5.http.impl.io that return TlsConfigMethods in org.apache.hc.client5.http.impl.io with parameters of type TlsConfigModifier and TypeMethodDescriptionvoidPoolingHttpClientConnectionManager.setDefaultTlsConfig(TlsConfig config) Sets the sameConnectionConfigfor all hostsPoolingHttpClientConnectionManagerBuilder.setDefaultTlsConfig(TlsConfig config) Assigns the sameTlsConfigfor all hosts.voidBasicHttpClientConnectionManager.setTlsConfig(TlsConfig tlsConfig) Method parameters in org.apache.hc.client5.http.impl.io with type arguments of type TlsConfigModifier and TypeMethodDescriptionvoidPoolingHttpClientConnectionManager.setTlsConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> tlsConfigResolver) SetsResolverofTlsConfigon a per host basis.PoolingHttpClientConnectionManagerBuilder.setTlsConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> tlsConfigResolver) AssignsResolverofTlsConfigon a per host basis. -
Uses of TlsConfig in org.apache.hc.client5.http.impl.nio
Methods in org.apache.hc.client5.http.impl.nio with parameters of type TlsConfigModifier and TypeMethodDescriptionvoidPoolingAsyncClientConnectionManager.setDefaultTlsConfig(TlsConfig config) Sets the sameConnectionConfigfor all hostsPoolingAsyncClientConnectionManagerBuilder.setDefaultTlsConfig(TlsConfig config) Assigns the sameTlsConfigfor all hosts.Method parameters in org.apache.hc.client5.http.impl.nio with type arguments of type TlsConfigModifier and TypeMethodDescriptionvoidPoolingAsyncClientConnectionManager.setTlsConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> tlsConfigResolver) SetsResolverofTlsConfigon a per host basis.PoolingAsyncClientConnectionManagerBuilder.setTlsConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> tlsConfigResolver) AssignsResolverofTlsConfigon a per host basis.