Uses of Class
org.apache.hc.client5.http.config.TlsConfig
-
Packages that use TlsConfig Package Description org.apache.hc.client5.http.config HTTP client configuration APIs.org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.io Client connection management functions based the classic connection management APIs.org.apache.hc.client5.http.impl.nio 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 TlsConfig Modifier and Type Field Description static TlsConfigTlsConfig. DEFAULTMethods in org.apache.hc.client5.http.config that return TlsConfig Modifier and Type Method Description TlsConfigTlsConfig.Builder. build()protected TlsConfigTlsConfig. clone()Methods in org.apache.hc.client5.http.config with parameters of type TlsConfig Modifier and Type Method Description static TlsConfig.BuilderTlsConfig. copy(TlsConfig config) -
Uses of TlsConfig in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as TlsConfig Modifier and Type Field Description private TlsConfigHttpAsyncClientBuilder. tlsConfigDeprecated.TLS should be configured by the connection managerprivate TlsConfigInternalHttpAsyncClient. tlsConfigprivate TlsConfigInternalHttpAsyncExecRuntime. tlsConfigDeprecated.TLS should be configured by the connection managerprivate TlsConfigMinimalHttpAsyncClient. tlsConfigMethods in org.apache.hc.client5.http.impl.async with parameters of type TlsConfig Modifier and Type Method Description private 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 TlsConfig Constructor Description InternalHttpAsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, java.util.concurrent.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, java.util.List<java.io.Closeable> closeables)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)MinimalHttpAsyncClient(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory, AsyncPushConsumerRegistry pushConsumerRegistry, org.apache.hc.core5.reactor.IOReactorConfig reactorConfig, java.util.concurrent.ThreadFactory threadFactory, java.util.concurrent.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 TlsConfig Modifier and Type Field Description private TlsConfigBasicHttpClientConnectionManager. tlsConfigFields in org.apache.hc.client5.http.impl.io with type parameters of type TlsConfig Modifier and Type Field Description private 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 TlsConfig Modifier and Type Method Description TlsConfigBasicHttpClientConnectionManager. getTlsConfig()private TlsConfigPoolingHttpClientConnectionManager. resolveTlsConfig(org.apache.hc.core5.http.HttpHost host)Methods in org.apache.hc.client5.http.impl.io with parameters of type TlsConfig Modifier and Type Method Description voidPoolingHttpClientConnectionManager. setDefaultTlsConfig(TlsConfig config)Sets the sameConnectionConfigfor all hostsPoolingHttpClientConnectionManagerBuilderPoolingHttpClientConnectionManagerBuilder. 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 TlsConfig Modifier and Type Method Description voidPoolingHttpClientConnectionManager. setTlsConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost,TlsConfig> tlsConfigResolver)SetsResolverofTlsConfigon a per host basis.PoolingHttpClientConnectionManagerBuilderPoolingHttpClientConnectionManagerBuilder. 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 TlsConfig Modifier and Type Field Description private 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 TlsConfig Modifier and Type Method Description private TlsConfigPoolingAsyncClientConnectionManager. resolveTlsConfig(org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment)Methods in org.apache.hc.client5.http.impl.nio with parameters of type TlsConfig Modifier and Type Method Description voidPoolingAsyncClientConnectionManager. setDefaultTlsConfig(TlsConfig config)Sets the sameConnectionConfigfor all hostsPoolingAsyncClientConnectionManagerBuilderPoolingAsyncClientConnectionManagerBuilder. setDefaultTlsConfig(TlsConfig config)Assigns the sameTlsConfigfor all hosts.Method parameters in org.apache.hc.client5.http.impl.nio with type arguments of type TlsConfig Modifier and Type Method Description voidPoolingAsyncClientConnectionManager. setTlsConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost,TlsConfig> tlsConfigResolver)SetsResolverofTlsConfigon a per host basis.PoolingAsyncClientConnectionManagerBuilderPoolingAsyncClientConnectionManagerBuilder. setTlsConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost,TlsConfig> tlsConfigResolver)AssignsResolverofTlsConfigon a per host basis.
-