asyncClient.close();
}
AsyncIdleConnectionMonitorThread asyncMonitorThread = (AsyncIdleConnectionMonitorThread) Options.getOption(Option.ASYNC_MONITOR);
if (asyncMonitorThread != null) {
asyncMonitorThread.interrupt();
}
}
public static GetRequest get(String url) {
return new GetRequest(HttpMethod.GET, url);