Interface TraceableResponse


public interface TraceableResponse
A representation of an HTTP response that is suitable for tracing.
Since:
2.0.0
Author:
Andy Wilkinson
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a modifiable copy of the headers of the response.
    int
    The status of the response.
  • Method Details

    • getStatus

      int getStatus()
      The status of the response.
      Returns:
      the status
    • getHeaders

      Map<String,List<String>> getHeaders()
      Returns a modifiable copy of the headers of the response.
      Returns:
      the headers