Uses of Class
org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
Packages that use HttpComponentsHttpAsyncClientBuilder
-
Uses of HttpComponentsHttpAsyncClientBuilder in org.springframework.boot.http.client
Methods in org.springframework.boot.http.client that return HttpComponentsHttpAsyncClientBuilderModifier and TypeMethodDescriptionHttpComponentsHttpAsyncClientBuilder.withConnectionConfigCustomizer
(Consumer<org.apache.hc.client5.http.config.ConnectionConfig.Builder> connectionConfigCustomizer) Return a newHttpComponentsHttpAsyncClientBuilder
that applies additional customization to the underlyingConnectionConfig.Builder
.HttpComponentsHttpAsyncClientBuilder.withConnectionManagerCustomizer
(Consumer<org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder> connectionManagerCustomizer) Return a newHttpComponentsHttpAsyncClientBuilder
that applies additional customization to the underlyingPoolingAsyncClientConnectionManagerBuilder
.HttpComponentsHttpAsyncClientBuilder.withCustomizer
(Consumer<org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder> customizer) Return a newHttpComponentsHttpAsyncClientBuilder
that applies additional customization to the underlyingHttpAsyncClientBuilder
.HttpComponentsHttpAsyncClientBuilder.withDefaultRequestConfigCustomizer
(Consumer<org.apache.hc.client5.http.config.RequestConfig.Builder> defaultRequestConfigCustomizer) Return a newHttpComponentsHttpAsyncClientBuilder
that applies additional customization to the underlyingRequestConfig.Builder
used for default requests.HttpComponentsHttpAsyncClientBuilder.withTlsStrategyFactory
(Function<SslBundle, org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyFactory) Return a newHttpComponentsHttpAsyncClientBuilder
with a replacementTlsStrategy
factory.