Interface HttpResponseAware


public interface HttpResponseAware
Represents an object which is aware of HTTP responses.
  • Method Details

    • getHttpResponseCode

      int getHttpResponseCode()
      The HTTP status code
    • setHttpResponseCode

      void setHttpResponseCode(int code)
      Sets the HTTP status code
    • getHttpResponseStatus

      String getHttpResponseStatus()
      The HTTP status line
    • setHttpResponseStatus

      void setHttpResponseStatus(String status)
      Sets the HTTP status line