Searched refs:maxRetries (Results 1 – 3 of 3) sorted by relevance
470 int maxRetries = 0; in getMaximumRetriesCount() local472 maxRetries = (int) Math.max(maxRetries, test.get("test_retry").isNumber().getValue()); in getMaximumRetriesCount()474 return maxRetries; in getMaximumRetriesCount()
130 …if ( status == HttpStatus.UNAUTHORIZED_401 && _attempts<_destination.getHttpClient().maxRetries()) in onResponseStatus()
622 public int maxRetries() in maxRetries() method in HttpClient