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 JsonRpcResponseResponseDecomposer. responseMethods in org.ovirt.vdsm.jsonrpc.client that return JsonRpcResponse Modifier and Type Method Description JsonRpcResponseResponseBuilder. 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 JsonRpcResponse Modifier and Type Method Description java.util.concurrent.Future<JsonRpcResponse>JsonRpcClient. call(JsonRpcRequest req)Sends single request and returnsFuturerepresentation 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 voidJsonRpcClient. processResponse(JsonRpcResponse response)Method parameters in org.ovirt.vdsm.jsonrpc.client with type arguments of type JsonRpcResponse Modifier and Type Method Description voidJsonRpcClient. 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 JsonRpcResponseCall. responseMethods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcResponse Modifier and Type Method Description JsonRpcResponseCall. get()JsonRpcResponseCall. 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 voidCall. 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(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> JsonRpcResponseJsonUtils. buildErrorResponse(com.fasterxml.jackson.databind.JsonNode id, T code, java.lang.String message)static JsonRpcResponseJsonUtils. 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)
-