public class HttpClientFactory extends Object
Constructor and Description |
---|
HttpClientFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.impl.client.CloseableHttpClient |
createHttpClient(ClientConfiguration config)
クライアントを設定するための固有のClientConfigurationを使って
新しいHttpClientオブジェクトを生成します。
|
public org.apache.http.impl.client.CloseableHttpClient createHttpClient(ClientConfiguration config)
config
- クライアントの設定オプション
(プロキシ設定、コネクション制限など).Copyright © 2018. All rights reserved.