Interface HttpResponse

All Superinterfaces:
HttpMessage
All Known Implementing Classes:
DefaultHttpResponse

public interface HttpResponse extends HttpMessage
An HTTP response to an HTTP request
  • Method Details

    • getStatus

      HttpStatus getStatus()
      The HTTP status code for the HTTP response (e.g. 200 for OK, 404 for not found, etc..)
      Returns:
      the status of the HTTP response