Uses of Class
org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
Packages that use HttpComponentsHttpClientBuilder
-
Uses of HttpComponentsHttpClientBuilder in org.springframework.boot.http.client
Methods in org.springframework.boot.http.client that return HttpComponentsHttpClientBuilderModifier and TypeMethodDescriptionHttpComponentsHttpClientBuilder.withConnectionManagerCustomizer(Consumer<org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder> connectionManagerCustomizer) Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingPoolingHttpClientConnectionManagerBuilder.HttpComponentsHttpClientBuilder.withCustomizer(Consumer<org.apache.hc.client5.http.impl.classic.HttpClientBuilder> customizer) Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingHttpClientBuilder.HttpComponentsHttpClientBuilder.withDefaultRequestConfigCustomizer(Consumer<org.apache.hc.client5.http.config.RequestConfig.Builder> defaultRequestConfigCustomizer) Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests.HttpComponentsHttpClientBuilder.withSocketConfigCustomizer(Consumer<org.apache.hc.core5.http.io.SocketConfig.Builder> socketConfigCustomizer) Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingSocketConfig.Builder.HttpComponentsHttpClientBuilder.withTlsSocketStrategyFactory(Function<SslBundle, org.apache.hc.client5.http.ssl.TlsSocketStrategy> tlsSocketStrategyFactory) Return a newHttpComponentsHttpClientBuilderwith a replacementTlsSocketStrategyfactory.