Uses of Class
io.gs2.gateway.request.GetNamespaceRequest
Packages that use GetNamespaceRequest
-
Uses of GetNamespaceRequest in io.gs2.gateway
Methods in io.gs2.gateway with parameters of type GetNamespaceRequestModifier and TypeMethodDescriptionGs2GatewayRestClient.getNamespace(GetNamespaceRequest request) Gs2GatewayWebSocketClient.getNamespace(GetNamespaceRequest request) voidGs2GatewayRestClient.getNamespaceAsync(GetNamespaceRequest request, AsyncAction<AsyncResult<GetNamespaceResult>> callback) voidGs2GatewayWebSocketClient.getNamespaceAsync(GetNamespaceRequest request, AsyncAction<AsyncResult<GetNamespaceResult>> callback) -
Uses of GetNamespaceRequest in io.gs2.gateway.request
Methods in io.gs2.gateway.request that return GetNamespaceRequestModifier and TypeMethodDescriptionstatic GetNamespaceRequestGetNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetNamespaceRequest.withNamespaceName(String namespaceName)