| Package | Description |
|---|---|
| io.gs2.gateway.model | |
| io.gs2.gateway.result |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
WebSocketSession.withConnectionId(String connectionId)
コネクションIDを設定
|
WebSocketSession |
WebSocketSession.withCreatedAt(Long createdAt)
作成日時を設定
|
WebSocketSession |
WebSocketSession.withNamespaceName(String namespaceName)
ネームスペース名を設定
|
WebSocketSession |
WebSocketSession.withOwnerId(String ownerId)
オーナーIDを設定
|
WebSocketSession |
WebSocketSession.withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
WebSocketSession |
WebSocketSession.withUserId(String userId)
ユーザーIDを設定
|
| Modifier and Type | Method and Description |
|---|---|
int |
WebSocketSession.compareTo(WebSocketSession o) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
SetUserIdResult.getItem()
更新したWebsocketセッションを取得
|
WebSocketSession |
GetWebSocketSessionByConnectionIdResult.getItem()
取得したWebsocketセッションを取得
|
WebSocketSession |
SetUserIdByUserIdResult.getItem()
更新したWebsocketセッションを取得
|
WebSocketSession |
GetWebSocketSessionResult.getItem()
取得したWebsocketセッションを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketSession> |
DescribeWebSocketSessionsResult.getItems()
Websocketセッションのリストを取得
|
List<WebSocketSession> |
DescribeWebSocketSessionsByUserIdResult.getItems()
Websocketセッションのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetUserIdResult.setItem(WebSocketSession item)
更新したWebsocketセッションを設定
|
void |
GetWebSocketSessionByConnectionIdResult.setItem(WebSocketSession item)
取得したWebsocketセッションを設定
|
void |
SetUserIdByUserIdResult.setItem(WebSocketSession item)
更新したWebsocketセッションを設定
|
void |
GetWebSocketSessionResult.setItem(WebSocketSession item)
取得したWebsocketセッションを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWebSocketSessionsResult.setItems(List<WebSocketSession> items)
Websocketセッションのリストを設定
|
void |
DescribeWebSocketSessionsByUserIdResult.setItems(List<WebSocketSession> items)
Websocketセッションのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.