| Package | Description |
|---|---|
| io.gs2 | |
| io.gs2.model |
| Modifier and Type | Field and Description |
|---|---|
protected IGs2Credential |
AbstractGs2Client.credential
認証情報
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpDelete |
AbstractGs2Client.createHttpDelete(String url,
IGs2Credential credential,
String service,
String module,
String function)
DELETEリクエストを生成
|
protected HttpGet |
AbstractGs2Client.createHttpGet(String url,
IGs2Credential credential,
String service,
String module,
String function)
GETリクエストを生成
|
protected HttpPost |
AbstractGs2Client.createHttpPost(String url,
IGs2Credential credential,
String service,
String module,
String function,
String body)
POSTリクエストを生成
|
protected HttpPut |
AbstractGs2Client.createHttpPut(String url,
IGs2Credential credential,
String service,
String module,
String function,
String body)
POSTリクエストを生成
|
| Constructor and Description |
|---|
AbstractGs2Client(IGs2Credential credential) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicGs2Credential
アクセスキーによる認証。
|
class |
OnetimeTokenGs2Credential
ワンタイムトークンによる認証。
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.