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