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 classBatchCallGroups responses for batch call and let user to get them when all of them are ready.classCallCallholds single response and usesBatchCallas internal implementation to promote code reuse.Methods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcCall Modifier and Type Method Description JsonRpcCallResponseTracker. 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 voidResponseTracker. 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 JsonRpcCallResponseTracking. 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)
-