Hello,
To set a retryHandler: this.objHttp.setHttpRequestRetryHandler(new DefaultHttpRequestRetryHandler(retryHttp, false)); But if I want to disable this retry handler (because the user doesnt want to retry anything), how can I do this? Thanks, Joan.