Constructor and Description |
---|
ResponseTracker() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
processIssue(JsonRpcResponse response) |
void |
registerCall(JsonRpcRequest req,
JsonRpcCall call) |
void |
registerTrackingRequest(JsonRpcRequest req,
ResponseTracking tracking) |
JsonRpcCall |
removeCall(org.codehaus.jackson.JsonNode id) |
void |
run() |
public void registerCall(JsonRpcRequest req, JsonRpcCall call)
public JsonRpcCall removeCall(org.codehaus.jackson.JsonNode id)
public void registerTrackingRequest(JsonRpcRequest req, ResponseTracking tracking)
public void close()
public void processIssue(JsonRpcResponse response)
Copyright © 2016. All rights reserved.