Interface IHttpResponse

All Superinterfaces:
IHttpMessage, Serializable
All Known Implementing Classes:
HttpResponse

public interface IHttpResponse extends IHttpMessage
This object is responsible for http response creation used by the IHttpConnection.
Since:
9.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    This method returns the http response code of the http response.

    Methods inherited from interface com.aquima.interactions.foundation.connectivity.IHttpMessage

    getHeaderNames, getHeaderValues
  • Method Details

    • getResponseCode

      int getResponseCode()
      This method returns the http response code of the http response.
      Returns:
      The http response code.