Uses of Class
io.gs2.matchmaking.request.PingRequest
Packages that use PingRequest
-
Uses of PingRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type PingRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.ping(PingRequest request) voidGs2MatchmakingRestClient.pingAsync(PingRequest request, AsyncAction<AsyncResult<PingResult>> callback) -
Uses of PingRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return PingRequestModifier and TypeMethodDescriptionstatic PingRequestPingRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) PingRequest.withAccessToken(String accessToken) PingRequest.withDuplicationAvoider(String duplicationAvoider) PingRequest.withGatheringName(String gatheringName) PingRequest.withNamespaceName(String namespaceName)