A B C D E G I N Q R S U V W
A
- AbstractGs2Client<T extends AbstractGs2Client<?>> - Class in io.gs2
-
- AbstractGs2Client(IGs2Credential) - Constructor for class io.gs2.AbstractGs2Client
-
B
- BadGatewayException - Exception in io.gs2.exception
-
- BadGatewayException(String) - Constructor for exception io.gs2.exception.BadGatewayException
-
- BadGatewayException(List<RequestError>) - Constructor for exception io.gs2.exception.BadGatewayException
-
- BadRequestException - Exception in io.gs2.exception
-
- BadRequestException(String) - Constructor for exception io.gs2.exception.BadRequestException
-
- BadRequestException(List<RequestError>) - Constructor for exception io.gs2.exception.BadRequestException
-
- BasicGs2Credential - Class in io.gs2.model
-
アクセスキーによる認証。
- BasicGs2Credential(String, String) - Constructor for class io.gs2.model.BasicGs2Credential
-
コンストラクタ。
C
- ConflictException - Exception in io.gs2.exception
-
- ConflictException(String) - Constructor for exception io.gs2.exception.ConflictException
-
- ConflictException(List<RequestError>) - Constructor for exception io.gs2.exception.ConflictException
-
- createHttpDelete(String, IGs2Credential, String, String, String) - Method in class io.gs2.AbstractGs2Client
-
DELETEリクエストを生成
- createHttpGet(String, IGs2Credential, String, String, String) - Method in class io.gs2.AbstractGs2Client
-
GETリクエストを生成
- createHttpPost(String, IGs2Credential, String, String, String, String) - Method in class io.gs2.AbstractGs2Client
-
POSTリクエストを生成
- createHttpPut(String, IGs2Credential, String, String, String, String) - Method in class io.gs2.AbstractGs2Client
-
POSTリクエストを生成
- credential - Variable in class io.gs2.AbstractGs2Client
-
認証情報
D
- doRequest(HttpUriRequest, Class<U>) - Method in class io.gs2.AbstractGs2Client
-
リクエストを実行する
E
- ENDPOINT_HOST - Static variable in class io.gs2.Gs2Constant
-
APIエンドポイント
G
- getAccessToken() - Method in class io.gs2.control.Gs2UserRequest
-
アクセストークンを取得。
- getClientId() - Method in class io.gs2.model.BasicGs2Credential
-
クライアントIDを取得。
- getClientId() - Method in interface io.gs2.model.IGs2Credential
-
- getClientSecret() - Method in class io.gs2.model.BasicGs2Credential
-
クライアントシークレットを取得。
- getClientSecret() - Method in interface io.gs2.model.IGs2Credential
-
- getComponent() - Method in class io.gs2.model.RequestError
-
- getErrors() - Method in exception io.gs2.exception.Gs2ClientException
-
- getMessage() - Method in class io.gs2.model.RequestError
-
- getName() - Method in enum io.gs2.model.Region
-
- getRegion() - Method in class io.gs2.AbstractGs2Client
-
アクセス先リージョンを取得
- getxGs2ClientId(Gs2BasicRequest<?>) - Static method in class io.gs2.control.Gs2BasicRequestSupport
-
GS2認証クライアントIDを取得。
- getxGs2RequestSign(Gs2BasicRequest<?>) - Static method in class io.gs2.control.Gs2BasicRequestSupport
-
GS2認証署名を取得。
- getxGs2Timestamp(Gs2BasicRequest<?>) - Static method in class io.gs2.control.Gs2BasicRequestSupport
-
タイムスタンプを取得。
- Gs2BasicRequest<T extends Gs2BasicRequest<?>> - Class in io.gs2.control
-
- Gs2BasicRequest() - Constructor for class io.gs2.control.Gs2BasicRequest
-
- Gs2BasicRequestSupport - Class in io.gs2.control
-
- Gs2BasicRequestSupport() - Constructor for class io.gs2.control.Gs2BasicRequestSupport
-
- Gs2ClientException - Exception in io.gs2.exception
-
- Gs2ClientException(String) - Constructor for exception io.gs2.exception.Gs2ClientException
-
- Gs2ClientException(List<RequestError>) - Constructor for exception io.gs2.exception.Gs2ClientException
-
- Gs2Constant - Class in io.gs2
-
GS2の設定値
- Gs2Constant() - Constructor for class io.gs2.Gs2Constant
-
- Gs2UserRequest<T extends Gs2UserRequest<?>> - Class in io.gs2.control
-
- Gs2UserRequest() - Constructor for class io.gs2.control.Gs2UserRequest
-
I
- IGs2Credential - Interface in io.gs2.model
-
認証情報。
- InternalServerErrorException - Exception in io.gs2.exception
-
- InternalServerErrorException(String) - Constructor for exception io.gs2.exception.InternalServerErrorException
-
- InternalServerErrorException(List<RequestError>) - Constructor for exception io.gs2.exception.InternalServerErrorException
-
- io.gs2 - package io.gs2
-
- io.gs2.control - package io.gs2.control
-
- io.gs2.exception - package io.gs2.exception
-
- io.gs2.model - package io.gs2.model
-
- io.gs2.util - package io.gs2.util
-
N
- NotFoundException - Exception in io.gs2.exception
-
- NotFoundException(String) - Constructor for exception io.gs2.exception.NotFoundException
-
- NotFoundException(List<RequestError>) - Constructor for exception io.gs2.exception.NotFoundException
-
Q
- QuotaExceedException - Exception in io.gs2.exception
-
- QuotaExceedException(String) - Constructor for exception io.gs2.exception.QuotaExceedException
-
- QuotaExceedException(List<RequestError>) - Constructor for exception io.gs2.exception.QuotaExceedException
-
R
- region - Variable in class io.gs2.AbstractGs2Client
-
アクセス先リージョン
- Region - Enum in io.gs2.model
-
リージョン情報
- REQUEST_VALID_TIME_RANGE - Static variable in class io.gs2.Gs2Constant
-
リクエストのタイムスタンプの有効レンジ(±sec)
- RequestError - Class in io.gs2.model
-
- RequestError() - Constructor for class io.gs2.model.RequestError
-
- RequestError(String, String) - Constructor for class io.gs2.model.RequestError
-
- RequestTimeoutException - Exception in io.gs2.exception
-
- RequestTimeoutException(String) - Constructor for exception io.gs2.exception.RequestTimeoutException
-
- RequestTimeoutException(List<RequestError>) - Constructor for exception io.gs2.exception.RequestTimeoutException
-
- RETRY_NUM - Static variable in class io.gs2.Gs2Constant
-
リトライ回数
- RETRY_WAIT - Static variable in class io.gs2.Gs2Constant
-
リトライウェイト(msec)
S
- ServiceUnavailableException - Exception in io.gs2.exception
-
- ServiceUnavailableException(String) - Constructor for exception io.gs2.exception.ServiceUnavailableException
-
- ServiceUnavailableException(List<RequestError>) - Constructor for exception io.gs2.exception.ServiceUnavailableException
-
- setAccessToken(String) - Method in class io.gs2.control.Gs2UserRequest
-
アクセストークンを設定。
- setComponent(String) - Method in class io.gs2.model.RequestError
-
- setMessage(String) - Method in class io.gs2.model.RequestError
-
- setRegion(Region) - Method in class io.gs2.AbstractGs2Client
-
アクセス先リージョンを設定
- setxGs2ClientId(Gs2BasicRequest<?>, String) - Static method in class io.gs2.control.Gs2BasicRequestSupport
-
GS2認証クライアントIDを設定。
通常は自動的に計算されるため、この値を設定する必要はありません。
- setxGs2RequestSign(Gs2BasicRequest<?>, String) - Static method in class io.gs2.control.Gs2BasicRequestSupport
-
GS2認証署名を設定。
通常は自動的に計算されるため、この値を設定する必要はありません。
- setxGs2Timestamp(Gs2BasicRequest<?>, Long) - Static method in class io.gs2.control.Gs2BasicRequestSupport
-
タイムスタンプを設定。
通常は自動的に計算されるため、この値を設定する必要はありません。
- sign(String, String, String, Long) - Static method in class io.gs2.util.SignUtil
-
- sign(byte[], String) - Static method in class io.gs2.util.SignUtil
-
- SignUtil - Class in io.gs2.util
-
- SignUtil() - Constructor for class io.gs2.util.SignUtil
-
U
- UnauthorizedException - Exception in io.gs2.exception
-
- UnauthorizedException(String) - Constructor for exception io.gs2.exception.UnauthorizedException
-
- UnauthorizedException(List<RequestError>) - Constructor for exception io.gs2.exception.UnauthorizedException
-
V
- valueOf(String) - Static method in enum io.gs2.model.Region
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.gs2.model.Region
-
Returns an array containing the constants of this enum type, in
the order they are declared.
W
- withAccessToken(String) - Method in class io.gs2.control.Gs2UserRequest
-
アクセストークンを設定。
- withRegion(Region) - Method in class io.gs2.AbstractGs2Client
-
アクセス先リージョンを設定
A B C D E G I N Q R S U V W
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.