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