Greeting, In httpclient3.x, there are some APIs for HttpClient exception handling and method recovery, e.g. client.getParams().setParameter(HttpMethodParams.RETRY_HANDLER, new DefaultHttpMethodRetryHandler()); Does httpclient4.0 have some similar APIs for httpexception, and retry handler? I did not find them in httpclient4.0. Thank you for any help in advance! Best Regards, ever
