Interface HttpResponseHeaders

All Known Subinterfaces:
RetryAfter
All Known Implementing Classes:
RetryAfterClientProblem, RetryAfterServerProblem, ServiceUnavailableProblem, TooManyFailedRequestsProblem, TooManyRequestsProblem

public interface HttpResponseHeaders
Interface implemented by problems that add HTTP response headers.
  • Method Details

    • getHttpResponseHeaders

      Map<String,Object> getHttpResponseHeaders()
      Return the HTTP response headers.
      Returns:
      the HTTP response headers