Uses of Record Class
org.springframework.boot.http.client.HttpClientSettings
Packages that use HttpClientSettings
Package
Description
Auto-configuration for client-side HTTP.
Auto-configuration for client-side reactive HTTP.
Client-side HTTP support classes.
-
Uses of HttpClientSettings in org.springframework.boot.autoconfigure.http.client
Methods in org.springframework.boot.autoconfigure.http.client that return HttpClientSettingsModifier and TypeMethodDescriptionprotected HttpClientSettings
AbstractHttpClientProperties.httpClientSettings
(ObjectProvider<SslBundles> sslBundles) ReturnHttpClientSettings
based on these properties. -
Uses of HttpClientSettings in org.springframework.boot.autoconfigure.http.client.reactive
Methods in org.springframework.boot.autoconfigure.http.client.reactive that return HttpClientSettingsModifier and TypeMethodDescriptionprotected HttpClientSettings
AbstractClientHttpConnectorProperties.httpClientSettings
(ObjectProvider<SslBundles> sslBundles) -
Uses of HttpClientSettings in org.springframework.boot.http.client
Methods in org.springframework.boot.http.client with parameters of type HttpClientSettingsModifier and TypeMethodDescriptionorg.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
HttpComponentsHttpAsyncClientBuilder.build
(HttpClientSettings settings) Build a newHttpAsyncClient
instance with the given settings applied.org.apache.hc.client5.http.impl.classic.CloseableHttpClient
HttpComponentsHttpClientBuilder.build
(HttpClientSettings settings) Build a newHttpClient
instance with the given settings applied.JdkHttpClientBuilder.build
(HttpClientSettings settings) Build a newHttpClient
instance with the given settings applied.org.eclipse.jetty.client.HttpClient
JettyHttpClientBuilder.build
(HttpClientSettings settings) Build a newHttpClient
instance with the given settings applied.reactor.netty.http.client.HttpClient
ReactorHttpClientBuilder.build
(HttpClientSettings settings) Build a newHttpClient
instance with the given settings applied.