Package | Description |
---|---|
org.ovirt.vdsm.jsonrpc.client.internal | |
org.ovirt.vdsm.jsonrpc.client.utils |
Modifier and Type | Class and 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 uses BatchCall
as internal implementation to promote code reuse. |
Modifier and Type | Method and Description |
---|---|
JsonRpcCall |
ResponseTracker.removeCall(org.codehaus.jackson.JsonNode id) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseTracker.registerCall(JsonRpcRequest req,
JsonRpcCall call) |
Modifier and Type | Method and Description |
---|---|
JsonRpcCall |
ResponseTracking.getCall() |
Constructor and Description |
---|
ResponseTracking(JsonRpcRequest request,
JsonRpcCall call,
RetryContext context,
long timeout,
ReactorClient client,
boolean resetConnection) |
Copyright © 2016. All rights reserved.