Interface RecordableHttpResponse


public interface RecordableHttpResponse
The recordable parts of an HTTP response used when creating an HttpExchange.
Since:
3.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