Uses of Class
org.apache.hc.client5.http.config.TlsConfig
Packages that use TlsConfig
Package
Description
HTTP client configuration APIs.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
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.async
Fields in org.apache.hc.client5.http.impl.async declared as TlsConfigModifier and TypeFieldDescriptionprivate TlsConfigHttpAsyncClientBuilder.tlsConfigDeprecated.TLS should be configured by the connection managerprivate final TlsConfigInternalHttpAsyncClient.tlsConfigprivate final TlsConfigInternalHttpAsyncExecRuntime.tlsConfigDeprecated.TLS should be configured by the connection managerprivate final TlsConfigMinimalHttpAsyncClient.tlsConfigMethods in org.apache.hc.client5.http.impl.async with parameters of type TlsConfigModifier and TypeMethodDescriptionprivate static MinimalHttpAsyncClientHttpAsyncClients.createMinimalHttpAsyncClientImpl(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory, AsyncPushConsumerRegistry pushConsumerRegistry, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig, AsyncClientConnectionManager connmgr, SchemePortResolver schemePortResolver, TlsConfig tlsConfig) Constructors in org.apache.hc.client5.http.impl.async with parameters of type TlsConfigModifierConstructorDescription(package private)InternalHttpAsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, AsyncClientConnectionManager manager, HttpRoutePlanner routePlanner, TlsConfig tlsConfig, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) (package private)InternalHttpAsyncExecRuntime(org.slf4j.Logger log, AsyncClientConnectionManager manager, org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.nio.HandlerFactory<org.apache.hc.core5.http.nio.AsyncPushConsumer> pushHandlerFactory, TlsConfig tlsConfig) (package private)MinimalHttpAsyncClient(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory, AsyncPushConsumerRegistry pushConsumerRegistry, org.apache.hc.core5.reactor.IOReactorConfig reactorConfig, ThreadFactory threadFactory, ThreadFactory workerThreadFactory, AsyncClientConnectionManager manager, SchemePortResolver schemePortResolver, TlsConfig tlsConfig) -
Uses of TlsConfig in org.apache.hc.client5.http.impl.io
Fields in org.apache.hc.client5.http.impl.io declared as TlsConfigFields in org.apache.hc.client5.http.impl.io with type parameters of type TlsConfigModifier and TypeFieldDescriptionprivate org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> PoolingHttpClientConnectionManager.tlsConfigResolverprivate org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> PoolingHttpClientConnectionManagerBuilder.tlsConfigResolverMethods in org.apache.hc.client5.http.impl.io that return TlsConfigModifier and TypeMethodDescriptionBasicHttpClientConnectionManager.getTlsConfig()private TlsConfigPoolingHttpClientConnectionManager.resolveTlsConfig(org.apache.hc.core5.http.HttpHost host) Methods 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
Fields in org.apache.hc.client5.http.impl.nio with type parameters of type TlsConfigModifier and TypeFieldDescriptionprivate org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> PoolingAsyncClientConnectionManager.tlsConfigResolverprivate org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, TlsConfig> PoolingAsyncClientConnectionManagerBuilder.tlsConfigResolverMethods in org.apache.hc.client5.http.impl.nio that return TlsConfigModifier and TypeMethodDescriptionprivate TlsConfigPoolingAsyncClientConnectionManager.resolveTlsConfig(org.apache.hc.core5.http.HttpHost host, Object attachment) 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.