Uses of Record Class
org.springframework.boot.http.client.HttpClientSettings
Packages that use HttpClientSettings
-
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.