if (this.idleConnectionReaper != null) {
// If a previous reaper is present, stop it
this.idleConnectionReaper.stop();
}
this.idleConnectionReaper = new HttpIdleConnectionReaper(httpClient,
getIdleCheckInterval(), getIdleTimeout());
getLogger().info("Starting the HTTP client");
}