| Package | Description |
|---|---|
| io.gs2.gateway | |
| io.gs2.gateway.result |
| Modifier and Type | Method and Description |
|---|---|
SendNotificationResult |
Gs2GatewayRestClient.sendNotification(SendNotificationRequest request) |
SendNotificationResult |
Gs2GatewayWebSocketClient.sendNotification(SendNotificationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gs2GatewayRestClient.sendNotificationAsync(SendNotificationRequest request,
AsyncAction<AsyncResult<SendNotificationResult>> callback) |
void |
Gs2GatewayWebSocketClient.sendNotificationAsync(SendNotificationRequest request,
AsyncAction<AsyncResult<SendNotificationResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
static SendNotificationResult |
SendNotificationResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
SendNotificationResult |
SendNotificationResult.withProtocol(String protocol) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.