Uses of Class
org.ovirt.vdsm.jsonrpc.client.JsonRpcRequest
Packages that use JsonRpcRequest
Package
Description
-
Uses of JsonRpcRequest in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that return JsonRpcRequestModifier and TypeMethodDescriptionRequestBuilder.build()BuildsJsonRpcRequestbased on provided method name, parameter and generates id usingUUID.static JsonRpcRequestJsonRpcRequest.fromByteArray(byte[] message) static JsonRpcRequestJsonRpcRequest.fromJsonNode(com.fasterxml.jackson.databind.JsonNode node) Validates and buildsJsonRpcRequestbased on provided json node.Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionJsonRpcClient.call(JsonRpcRequest req) Sends single request and returnsFuturerepresentation ofJsonRpcResponse.JsonRpcClient.call(JsonRpcRequest req, BrokerCommandCallback callback) private voidJsonRpcClient.retryCall(JsonRpcRequest request, JsonRpcCall call) -
Uses of JsonRpcRequest in org.ovirt.vdsm.jsonrpc.client.internal
Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionvoidResponseTracker.registerCall(JsonRpcRequest req, JsonRpcCall call) voidResponseTracker.registerTrackingRequest(JsonRpcRequest req, ResponseTracking tracking) Constructors in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcRequestModifierConstructorDescriptionCall(JsonRpcRequest req) Call(JsonRpcRequest req, BrokerCommandCallback callback) -
Uses of JsonRpcRequest in org.ovirt.vdsm.jsonrpc.client.utils
Fields in org.ovirt.vdsm.jsonrpc.client.utils declared as JsonRpcRequestMethods in org.ovirt.vdsm.jsonrpc.client.utils that return JsonRpcRequestMethods in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionstatic JsonRpcResponseJsonUtils.buildFailedResponse(JsonRpcRequest request) Method parameters in org.ovirt.vdsm.jsonrpc.client.utils with type arguments of type JsonRpcRequestModifier and TypeMethodDescriptionstatic byte[]JsonUtils.jsonToByteArray(List<JsonRpcRequest> requests) Constructors in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type JsonRpcRequestModifierConstructorDescriptionResponseTracking(JsonRpcRequest request, JsonRpcCall call, RetryContext context, long timeout, ReactorClient client, boolean resetConnection)