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 newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingConnectionConfig.Builder.HttpComponentsHttpAsyncClientBuilder.withConnectionManagerCustomizer(Consumer<org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder> connectionManagerCustomizer) Return a newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingPoolingAsyncClientConnectionManagerBuilder.HttpComponentsHttpAsyncClientBuilder.withCustomizer(Consumer<org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder> customizer) Return a newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingHttpAsyncClientBuilder.HttpComponentsHttpAsyncClientBuilder.withDefaultRequestConfigCustomizer(Consumer<org.apache.hc.client5.http.config.RequestConfig.Builder> defaultRequestConfigCustomizer) Return a newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests.HttpComponentsHttpAsyncClientBuilder.withTlsStrategyFactory(Function<SslBundle, org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyFactory) Return a newHttpComponentsHttpAsyncClientBuilderwith a replacementTlsStrategyfactory.