Uses of Class
io.gs2.matchmaking.request.DoMatchmakingRequest
Packages that use DoMatchmakingRequest
-
Uses of DoMatchmakingRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type DoMatchmakingRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.doMatchmaking(DoMatchmakingRequest request) voidGs2MatchmakingRestClient.doMatchmakingAsync(DoMatchmakingRequest request, AsyncAction<AsyncResult<DoMatchmakingResult>> callback) -
Uses of DoMatchmakingRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return DoMatchmakingRequestModifier and TypeMethodDescriptionstatic DoMatchmakingRequestDoMatchmakingRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DoMatchmakingRequest.withAccessToken(String accessToken) DoMatchmakingRequest.withDuplicationAvoider(String duplicationAvoider) DoMatchmakingRequest.withMatchmakingContextToken(String matchmakingContextToken) DoMatchmakingRequest.withNamespaceName(String namespaceName) DoMatchmakingRequest.withPlayer(Player player)