Hello,

 

To set a retryHandler:

this.objHttp.setHttpRequestRetryHandler(new
DefaultHttpRequestRetryHandler(retryHttp, false));

 

But if I want to disable this retry handler (because the user doesn’t want
to retry anything), how can I do this?

 

Thanks,

Joan. 

 

 

 

Reply via email to