Uses of Interface
org.ovirt.vdsm.jsonrpc.client.internal.JsonRpcCall
-
Packages that use JsonRpcCall Package Description org.ovirt.vdsm.jsonrpc.client.internal org.ovirt.vdsm.jsonrpc.client.utils -
-
Uses of JsonRpcCall in org.ovirt.vdsm.jsonrpc.client.internal
Classes in org.ovirt.vdsm.jsonrpc.client.internal that implement JsonRpcCall Modifier and Type Class Description class
BatchCall
Groups responses for batch call and let user to get them when all of them are ready.class
Call
Call
holds single response and usesBatchCall
as internal implementation to promote code reuse.Methods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcCall Modifier and Type Method Description JsonRpcCall
ResponseTracker. removeCall(com.fasterxml.jackson.databind.JsonNode id)
Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcCall Modifier and Type Method Description void
ResponseTracker. registerCall(JsonRpcRequest req, JsonRpcCall call)
-
Uses of JsonRpcCall in org.ovirt.vdsm.jsonrpc.client.utils
Methods in org.ovirt.vdsm.jsonrpc.client.utils that return JsonRpcCall Modifier and Type Method Description JsonRpcCall
ResponseTracking. getCall()
Constructors in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type JsonRpcCall Constructor Description ResponseTracking(JsonRpcRequest request, JsonRpcCall call, RetryContext context, long timeout, ReactorClient client, boolean resetConnection)
-