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
-
Method Details
-
getStatus
int getStatus()The status of the response.- Returns:
- the status
-
getHeaders
Returns a modifiable copy of the headers of the response.- Returns:
- the headers
-