Interface HttpResponseAware


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

      • 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