Uses of Class
org.apache.hc.client5.http.config.ConnectionConfig
Packages that use ConnectionConfig
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 ConnectionConfig in org.apache.hc.client5.http.config
Fields in org.apache.hc.client5.http.config declared as ConnectionConfigMethods in org.apache.hc.client5.http.config that return ConnectionConfigModifier and TypeMethodDescriptionConnectionConfig.Builder.build()protected ConnectionConfigConnectionConfig.clone()Methods in org.apache.hc.client5.http.config with parameters of type ConnectionConfigModifier and TypeMethodDescriptionstatic ConnectionConfig.BuilderConnectionConfig.copy(ConnectionConfig config) -
Uses of ConnectionConfig in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async with parameters of type ConnectionConfigModifier and TypeMethodDescriptionfinal H2AsyncClientBuilderH2AsyncClientBuilder.setDefaultConnectionConfig(ConnectionConfig connectionConfig) Assigns the sameConnectionConfigfor all hosts.Method parameters in org.apache.hc.client5.http.impl.async with type arguments of type ConnectionConfigModifier and TypeMethodDescriptionfinal H2AsyncClientBuilderH2AsyncClientBuilder.setConnectionConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, ConnectionConfig> connectionConfigResolver) AssignsResolverforConnectionConfigon a per host basis.voidMinimalH2AsyncClient.setConnectionConfigResolver(org.apache.hc.core5.function.Resolver<org.apache.hc.core5.http.HttpHost, ConnectionConfig> connectionConfigResolver) SetsResolverforConnectionConfigon a per host basis. -
Uses of ConnectionConfig in org.apache.hc.client5.http.impl.io
Methods in org.apache.hc.client5.http.impl.io that return ConnectionConfigMethods in org.apache.hc.client5.http.impl.io with parameters of type ConnectionConfigModifier and TypeMethodDescriptionvoidBasicHttpClientConnectionManager.setConnectionConfig(ConnectionConfig connectionConfig) voidPoolingHttpClientConnectionManager.setDefaultConnectionConfig(ConnectionConfig config) Sets the sameConnectionConfigfor all routesPoolingHttpClientConnectionManagerBuilder.setDefaultConnectionConfig(ConnectionConfig config) Assigns the sameConnectionConfigfor all routes.Method parameters in org.apache.hc.client5.http.impl.io with type arguments of type ConnectionConfigModifier and TypeMethodDescriptionvoidPoolingHttpClientConnectionManager.setConnectionConfigResolver(org.apache.hc.core5.function.Resolver<HttpRoute, ConnectionConfig> connectionConfigResolver) SetsResolverofConnectionConfigon a per route basis.PoolingHttpClientConnectionManagerBuilder.setConnectionConfigResolver(org.apache.hc.core5.function.Resolver<HttpRoute, ConnectionConfig> connectionConfigResolver) AssignsResolverofConnectionConfigon a per route basis. -
Uses of ConnectionConfig in org.apache.hc.client5.http.impl.nio
Methods in org.apache.hc.client5.http.impl.nio with parameters of type ConnectionConfigModifier and TypeMethodDescriptionvoidPoolingAsyncClientConnectionManager.setDefaultConnectionConfig(ConnectionConfig config) Sets the sameConnectionConfigfor all routesPoolingAsyncClientConnectionManagerBuilder.setDefaultConnectionConfig(ConnectionConfig config) Assigns the sameConnectionConfigfor all routes.Method parameters in org.apache.hc.client5.http.impl.nio with type arguments of type ConnectionConfigModifier and TypeMethodDescriptionvoidPoolingAsyncClientConnectionManager.setConnectionConfigResolver(org.apache.hc.core5.function.Resolver<HttpRoute, ConnectionConfig> connectionConfigResolver) SetsResolverofConnectionConfigon a per route basis.PoolingAsyncClientConnectionManagerBuilder.setConnectionConfigResolver(org.apache.hc.core5.function.Resolver<HttpRoute, ConnectionConfig> connectionConfigResolver) AssignsResolverofConnectionConfigon a per route basis.