Uses of Class
org.ovirt.vdsm.jsonrpc.client.JsonRpcResponse
Packages that use JsonRpcResponse
Package
Description
-
Uses of JsonRpcResponse in org.ovirt.vdsm.jsonrpc.client
Fields in org.ovirt.vdsm.jsonrpc.client declared as JsonRpcResponseMethods in org.ovirt.vdsm.jsonrpc.client that return JsonRpcResponseModifier and TypeMethodDescriptionResponseBuilder.build()BuildsJsonRpcResponsebased on provided id, result and error.static JsonRpcResponseJsonRpcResponse.fromByteArray(byte[] message) Validates and buildsJsonRpcResponsebased on provided json node.static JsonRpcResponseJsonRpcResponse.fromJsonNode(com.fasterxml.jackson.databind.JsonNode node) Validates and buildsJsonRpcResponsebased on provided json node.Methods in org.ovirt.vdsm.jsonrpc.client that return types with arguments of type JsonRpcResponseModifier and TypeMethodDescriptionJsonRpcClient.call(JsonRpcRequest req) Sends single request and returnsFuturerepresentation ofJsonRpcResponse.JsonRpcClient.call(JsonRpcRequest req, BrokerCommandCallback callback) Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcResponseMethod parameters in org.ovirt.vdsm.jsonrpc.client with type arguments of type JsonRpcResponseConstructors in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcResponseModifierConstructorDescriptionResponseDecomposer(JsonRpcResponse response) Creates decomposer for a response. -
Uses of JsonRpcResponse in org.ovirt.vdsm.jsonrpc.client.internal
Fields in org.ovirt.vdsm.jsonrpc.client.internal declared as JsonRpcResponseMethods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcResponseMethods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcResponseModifier and TypeMethodDescriptionvoidCall.addResponse(JsonRpcResponse response) voidJsonRpcCall.addResponse(JsonRpcResponse response) voidResponseTracker.processIssue(JsonRpcResponse response) private voidResponseTracker.remove(ResponseTracking tracking, com.fasterxml.jackson.databind.JsonNode id, JsonRpcResponse response) private voidResponseTracker.removeNodes(List<com.fasterxml.jackson.databind.JsonNode> nodes, JsonRpcResponse errorResponse) -
Uses of JsonRpcResponse in org.ovirt.vdsm.jsonrpc.client.utils
Methods in org.ovirt.vdsm.jsonrpc.client.utils that return JsonRpcResponseModifier and TypeMethodDescriptionstatic <T> JsonRpcResponseJsonUtils.buildErrorResponse(com.fasterxml.jackson.databind.JsonNode id, T code, String message) static JsonRpcResponseJsonUtils.buildFailedResponse(JsonRpcRequest request) Methods in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type JsonRpcResponse