| Package | Description |
|---|---|
| io.gs2.gateway.domain.iterator | |
| io.gs2.gateway.domain.model | |
| io.gs2.gateway.model | |
| io.gs2.gateway.result |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
DescribeWebSocketSessionsByUserIdIterator.next() |
WebSocketSession |
DescribeWebSocketSessionsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<WebSocketSession> |
DescribeWebSocketSessionsByUserIdIterator.iterator() |
Iterator<WebSocketSession> |
DescribeWebSocketSessionsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
WebSocketSessionAccessTokenDomain.model() |
WebSocketSession |
WebSocketSessionDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketSession |
WebSocketSession.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
WebSocketSession |
WebSocketSession.withConnectionId(String connectionId) |
WebSocketSession |
WebSocketSession.withCreatedAt(Long createdAt) |
WebSocketSession |
WebSocketSession.withNamespaceName(String namespaceName) |
WebSocketSession |
WebSocketSession.withUpdatedAt(Long updatedAt) |
WebSocketSession |
WebSocketSession.withUserId(String userId) |
WebSocketSession |
WebSocketSession.withWebSocketSessionId(String webSocketSessionId) |
| Modifier and Type | Method and Description |
|---|---|
int |
WebSocketSession.compareTo(WebSocketSession o) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
SetUserIdResult.getItem() |
WebSocketSession |
GetWebSocketSessionResult.getItem()
取得したWebsocketセッションを取得
|
WebSocketSession |
GetWebSocketSessionByConnectionIdResult.getItem()
取得したWebsocketセッションを取得
|
WebSocketSession |
SetUserIdByUserIdResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketSession> |
DescribeWebSocketSessionsByUserIdResult.getItems() |
List<WebSocketSession> |
DescribeWebSocketSessionsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetUserIdResult.setItem(WebSocketSession item) |
void |
GetWebSocketSessionResult.setItem(WebSocketSession item)
取得したWebsocketセッションを設定
|
void |
GetWebSocketSessionByConnectionIdResult.setItem(WebSocketSession item)
取得したWebsocketセッションを設定
|
void |
SetUserIdByUserIdResult.setItem(WebSocketSession item) |
SetUserIdResult |
SetUserIdResult.withItem(WebSocketSession item) |
SetUserIdByUserIdResult |
SetUserIdByUserIdResult.withItem(WebSocketSession item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWebSocketSessionsByUserIdResult.setItems(List<WebSocketSession> items) |
void |
DescribeWebSocketSessionsResult.setItems(List<WebSocketSession> items) |
DescribeWebSocketSessionsByUserIdResult |
DescribeWebSocketSessionsByUserIdResult.withItems(List<WebSocketSession> items) |
DescribeWebSocketSessionsResult |
DescribeWebSocketSessionsResult.withItems(List<WebSocketSession> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.