Constructor and Description |
---|
ResponseTracker() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected Map<String,List<org.codehaus.jackson.JsonNode>> |
getHostMap() |
protected void |
loop() |
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() |
void |
setExecutorService(ScheduledExecutorService executorService) |
public void registerCall(JsonRpcRequest req, JsonRpcCall call)
public JsonRpcCall removeCall(org.codehaus.jackson.JsonNode id)
public void registerTrackingRequest(JsonRpcRequest req, ResponseTracking tracking)
protected void loop()
public void close()
public void setExecutorService(ScheduledExecutorService executorService)
public void processIssue(JsonRpcResponse response)
Copyright © 2018. All rights reserved.