@Override
public void afterResponse(HttpRequest request, HttpResponse response,
HttpContext context) {
BasicCounter counter = urlCounter.getCounter(getPath(serviceUrl));
if (counter != null) counter.countDown();
}
private static String getPath(ServiceUrl serviceUrl) {
URL host = serviceUrl.getHost();
String name = host != null?