Package | Description |
---|---|
com.iijgio.dag |
IIJ GIOストレージ&アナリシスサービス SDKのすべてのクラスを含みます。
|
com.iijgio.dag.http |
IIJ GIOストレージ&アナリシスサービス SDKで使用する http処理を行うクラスを含みます
|
com.iijgio.dag.services.storage |
IIJ GIOストレージ&アナリシスサービスへアクセスする同期クライアント実装です
|
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
Request.getHttpMethod()
このリクエストを送信する時に使われるHTTPメソッド(GET, POSTなど)を返します。
|
HttpMethodName |
DefaultRequest.getHttpMethod() |
Modifier and Type | Method and Description |
---|---|
protected <T> HttpRequest |
IIJGIOWebServiceClient.convertToHttpRequest(Request<T> request,
HttpMethodName methodName)
Deprecated.
|
void |
Request.setHttpMethod(HttpMethodName httpMethod)
このリクエストを送信する時に使われるHTTPメソッド(GET, POSTなど)を設定します。
|
void |
DefaultRequest.setHttpMethod(HttpMethodName httpMethod) |
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
HttpRequest.getMethodName()
HTTP リクエストメソッドを返します
|
static HttpMethodName |
HttpMethodName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodName[] |
HttpMethodName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HttpRequest(HttpMethodName methodName)
HTTP メソッド名を指定して、リクエストオブジェクトを構築します
|
Modifier and Type | Method and Description |
---|---|
protected <X extends IIJGIOWebServiceRequest> |
StorageClient.createRequest(String bucketName,
String key,
X originalRequest,
HttpMethodName httpMethod)
指定されたリソースの新しいリクエストオブジェクトを作成、初期化します。
|
Copyright © 2018. All rights reserved.