public interface ApacheHttpClientBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hc.client5.http.impl.classic.CloseableHttpClient |
build()
构建httpclient实例.
|
ApacheHttpClientBuilder |
httpProxyHost(String httpProxyHost)
代理服务器地址.
|
ApacheHttpClientBuilder |
httpProxyPassword(char[] httpProxyPassword)
代理服务器密码.
|
ApacheHttpClientBuilder |
httpProxyPort(int httpProxyPort)
代理服务器端口.
|
ApacheHttpClientBuilder |
httpProxyUsername(String httpProxyUsername)
代理服务器用户名.
|
ApacheHttpClientBuilder |
httpRequestRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy httpRequestRetryStrategy)
重试策略.
|
ApacheHttpClientBuilder |
keepAliveStrategy(org.apache.hc.client5.http.ConnectionKeepAliveStrategy keepAliveStrategy)
超时时间.
|
org.apache.hc.client5.http.impl.classic.CloseableHttpClient build()
ApacheHttpClientBuilder httpProxyHost(String httpProxyHost)
ApacheHttpClientBuilder httpProxyPort(int httpProxyPort)
ApacheHttpClientBuilder httpProxyUsername(String httpProxyUsername)
ApacheHttpClientBuilder httpProxyPassword(char[] httpProxyPassword)
ApacheHttpClientBuilder httpRequestRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy httpRequestRetryStrategy)
ApacheHttpClientBuilder keepAliveStrategy(org.apache.hc.client5.http.ConnectionKeepAliveStrategy keepAliveStrategy)
Copyright © 2025. All rights reserved.