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.CloseableHttpAsyncClientHttpComponentsHttpAsyncClientBuilder.build(HttpClientSettings settings) Build a newHttpAsyncClientinstance with the given settings applied.org.apache.hc.client5.http.impl.classic.CloseableHttpClientHttpComponentsHttpClientBuilder.build(HttpClientSettings settings) Build a newHttpClientinstance with the given settings applied.JdkHttpClientBuilder.build(HttpClientSettings settings) Build a newHttpClientinstance with the given settings applied.org.eclipse.jetty.client.HttpClientJettyHttpClientBuilder.build(HttpClientSettings settings) Build a newHttpClientinstance with the given settings applied.reactor.netty.http.client.HttpClientReactorHttpClientBuilder.build(HttpClientSettings settings) Build a newHttpClientinstance with the given settings applied.