Uses of Class
org.ovirt.vdsm.jsonrpc.client.JsonRpcResponse
-
Packages that use JsonRpcResponse Package Description org.ovirt.vdsm.jsonrpc.client org.ovirt.vdsm.jsonrpc.client.internal org.ovirt.vdsm.jsonrpc.client.utils -
-
Uses of JsonRpcResponse in org.ovirt.vdsm.jsonrpc.client
Fields in org.ovirt.vdsm.jsonrpc.client declared as JsonRpcResponse Modifier and Type Field Description private JsonRpcResponse
ResponseDecomposer. response
Methods in org.ovirt.vdsm.jsonrpc.client that return JsonRpcResponse Modifier and Type Method Description JsonRpcResponse
ResponseBuilder. build()
BuildsJsonRpcResponse
based on provided id, result and error.static JsonRpcResponse
JsonRpcResponse. fromByteArray(byte[] message)
Validates and buildsJsonRpcResponse
based on provided json node.static JsonRpcResponse
JsonRpcResponse. fromJsonNode(com.fasterxml.jackson.databind.JsonNode node)
Validates and buildsJsonRpcResponse
based on provided json node.Methods in org.ovirt.vdsm.jsonrpc.client that return types with arguments of type JsonRpcResponse Modifier and Type Method Description java.util.concurrent.Future<JsonRpcResponse>
JsonRpcClient. call(JsonRpcRequest req)
Sends single request and returnsFuture
representation ofJsonRpcResponse
.java.util.concurrent.Future<JsonRpcResponse>
JsonRpcClient. call(JsonRpcRequest req, BrokerCommandCallback callback)
Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcResponse Modifier and Type Method Description void
JsonRpcClient. processResponse(JsonRpcResponse response)
Method parameters in org.ovirt.vdsm.jsonrpc.client with type arguments of type JsonRpcResponse Modifier and Type Method Description void
JsonRpcClient. removeCall(java.util.concurrent.Future<JsonRpcResponse> call)
Constructors in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcResponse Constructor Description ResponseDecomposer(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 JsonRpcResponse Modifier and Type Field Description private JsonRpcResponse
Call. response
Methods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcResponse Modifier and Type Method Description JsonRpcResponse
Call. get()
JsonRpcResponse
Call. get(long timeout, java.util.concurrent.TimeUnit unit)
Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcResponse Modifier and Type Method Description void
Call. addResponse(JsonRpcResponse response)
void
JsonRpcCall. addResponse(JsonRpcResponse response)
void
ResponseTracker. processIssue(JsonRpcResponse response)
private void
ResponseTracker. remove(ResponseTracking tracking, com.fasterxml.jackson.databind.JsonNode id, JsonRpcResponse response)
private void
ResponseTracker. removeNodes(java.util.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 JsonRpcResponse Modifier and Type Method Description static <T> JsonRpcResponse
JsonUtils. buildErrorResponse(com.fasterxml.jackson.databind.JsonNode id, T code, java.lang.String message)
static JsonRpcResponse
JsonUtils. buildFailedResponse(JsonRpcRequest request)
Methods in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type JsonRpcResponse Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
JsonResponseUtil. populate(JsonRpcResponse response)
-