Skip navigation links
A B C D E G I N O P Q R S U V W 

A

AbstractGs2Client<T extends AbstractGs2Client<?>> - Class in io.gs2
 
AbstractGs2Client(IGs2Credential) - Constructor for class io.gs2.AbstractGs2Client
 
AbstractGs2Client(IGs2Credential, Region) - Constructor for class io.gs2.AbstractGs2Client
 
AbstractGs2Client(IGs2Credential, String) - Constructor for class io.gs2.AbstractGs2Client
 
authorized(HttpUriRequest, String, String, String, Long) - Method in class io.gs2.model.BasicGs2Credential
 
authorized(HttpUriRequest, String, String, String, Long) - Method in interface io.gs2.model.IGs2Credential
 
authorized(HttpUriRequest, String, String, String, Long) - Method in class io.gs2.model.OnetimeTokenGs2Credential
 

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

EncodingUtil - Class in io.gs2.util
 
EncodingUtil() - Constructor for class io.gs2.util.EncodingUtil
 
ENDPOINT_HOST - Static variable in class io.gs2.Gs2Constant
APIエンドポイント

G

getAccessToken() - Method in class io.gs2.control.Gs2UserRequest
アクセストークンを取得。
getAction() - Method in class io.gs2.model.StampTask
アクション名を取得
getClientId() - Method in class io.gs2.model.BasicGs2Credential
クライアントIDを取得。
getClientSecret() - Method in class io.gs2.model.BasicGs2Credential
クライアントシークレットを取得。
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
アクセス先リージョンを取得
getRequestId() - Method in class io.gs2.control.Gs2BasicRequest
GS2リクエストIDを取得。
getSheet() - Method in class io.gs2.model.StampSheet
スタンプシートデータを取得
getTask() - Method in class io.gs2.model.StampTask
スタンプシートタスクデータを取得
getTasks() - Method in class io.gs2.model.StampSheet
スタンプタスク一覧 を取得
getToken() - Method in class io.gs2.model.OnetimeTokenGs2Credential
ワンタイムトークンを取得。
getTransactionId() - Method in class io.gs2.model.StampSheet
スタンプシート関連の処理の実行で使用するトランザクションIDを取得
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
 

O

OnetimeTokenGs2Credential - Class in io.gs2.model
ワンタイムトークンによる認証。
OnetimeTokenGs2Credential(String) - Constructor for class io.gs2.model.OnetimeTokenGs2Credential
コンストラクタ。

P

prettyValueOf(String) - Static method in enum io.gs2.model.Region
 

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
アクセストークンを設定。
setAction(String) - Method in class io.gs2.model.StampTask
アクション名を設定
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
アクセス先リージョンを設定
setRequestId(String) - Method in class io.gs2.control.Gs2BasicRequest
GS2リクエストIDを設定。
setSheet(String) - Method in class io.gs2.model.StampSheet
スタンプシートデータを設定
setTask(String) - Method in class io.gs2.model.StampTask
スタンプシートタスクデータを設定
setTasks(List<StampTask>) - Method in class io.gs2.model.StampSheet
スタンプタスク一覧 を設定
setTransactionId(String) - Method in class io.gs2.model.StampSheet
スタンプシート関連の処理の実行で使用するトランザクションIDを設定
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
 
StampSheet - Class in io.gs2.model
スタンプシート
StampSheet() - Constructor for class io.gs2.model.StampSheet
 
StampTask - Class in io.gs2.model
スタンプシートタスク
StampTask() - Constructor for class io.gs2.model.StampTask
 

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
 
urlEncode(String) - Static method in class io.gs2.util.EncodingUtil
 

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
アクセス先リージョンを設定
withRequestId(String) - Method in class io.gs2.control.Gs2BasicRequest
GS2リクエストIDを設定。
A B C D E G I N O P Q R S U V W 
Skip navigation links

Copyright © 2016 Game Server Services, Inc. AllRights Reserved.