public class HttpClient
extends java.lang.Object
修飾子とタイプ | フィールドと説明 |
---|---|
static java.lang.String |
DEFAULT_ENCODING |
コンストラクタと説明 |
---|
HttpClient(ClientProperties properties)
Constructs a new NIFCLOUD Service client using the specified
client configuration options (ex: max retry attempts, proxy settings, etc).
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
shutdown()
Shutdown this HTTP client.
|
public static final java.lang.String DEFAULT_ENCODING
public HttpClient(ClientProperties properties)
ClientProperties
を使用してHttpClientを構築します。properties
- Configuration options specifying how this client will
communicate with NIFCLOUD Service
(ex: proxy settings, retry count, etc.).
HttpClientの設定情報()