Hello,

Is it possible to set a retry handler per HttpGet? The following code taken
from the documentation only applies to 3x and seems to be deprecated.


httpget.getParams().
    setParameter(HttpMethodParams.RETRY_HANDLER, myretryhandler);


What I want to achieve is to set disableAutomaticRetries on the httpclient
level and set them at the httpget level.

Is this supported?

Thanks
Murat

Reply via email to