记录类的使用
org.springframework.boot.http.client.HttpClientSettings
使用HttpClientSettings的程序包
-
org.springframework.boot.http.client中HttpClientSettings的使用
修饰符和类型方法说明org.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.