| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
DoMatchmakingResult |
Gs2MatchmakingRestClient.doMatchmaking(DoMatchmakingRequest request) |
void |
Gs2MatchmakingRestClient.doMatchmakingAsync(DoMatchmakingRequest request,
AsyncAction<AsyncResult<DoMatchmakingResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
static DoMatchmakingRequest |
DoMatchmakingRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
DoMatchmakingRequest |
DoMatchmakingRequest.withAccessToken(String accessToken) |
DoMatchmakingRequest |
DoMatchmakingRequest.withMatchmakingContextToken(String matchmakingContextToken) |
DoMatchmakingRequest |
DoMatchmakingRequest.withNamespaceName(String namespaceName) |
DoMatchmakingRequest |
DoMatchmakingRequest.withPlayer(Player player) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.