Re: About retry handler...

2008-07-16 Thread Oleg Kalnichevski
On Wed, 2008-07-16 at 10:32 +0530, Jawahar Nayak wrote: > Hi, > > I am using HttpClient3.0. To set retry handler I am using > clientParams.setParameter(HttpMethodParams.RETRY_HANDLER, "3"); This is wrong. See http://hc.apache.org/httpclient-3.x/exception-handling.html#Custom_exception_hand

About retry handler...

2008-07-15 Thread Jawahar Nayak
Hi, I am using HttpClient3.0. To set retry handler I am using clientParams.setParameter(HttpMethodParams.RETRY_HANDLER, "3"); I want to know, if I got an 404 response then does Httpclient retry automatically for a particular url. Thanks