Hi I am using org.apache.http.impl.nio.client.CloseableHttpAsyncClient (httpasyncclient-4.1.jar).
In callbackof httpGet Request i.e FutureCallback<HttpResponse> there are 3 methods but no way to get the request context for which reponse came. How can I get the request url of this reponse or some identifier to retry the request? Thanks