public class WebSocketHost extends Object implements Serializable
| Constructor and Description |
|---|
WebSocketHost() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
エンドポイント名を取得
|
String |
getGameId()
ゲームGRNを取得
|
void |
setEndpoint(String endpoint)
エンドポイント名を設定
|
void |
setGameId(String gameId)
ゲームGRNを設定
|
public String getGameId()
public void setGameId(String gameId)
gameId - ゲームGRNpublic String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - エンドポイント名Copyright © 2016 Game Server Services, Inc. AllRights Reserved.