Interface HttpRetryHandler

    • Method Detail

      • shouldRetryRequest

        boolean shouldRetryRequest​(HttpCommand command,
                                   HttpResponse response)
        Return true if the command should be retried. This method should only be invoked when the response has failed with a HTTP 5xx error indicating a server-side error.