Interface IHttpRequest

All Superinterfaces:
IHttpMessage, Serializable

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

    • getQueryString

      String getQueryString()
    • writeBody

      void writeBody(OutputStream stream) throws IOException
      This method is called when connecting via http.
      Parameters:
      stream - The stream to write the data to that should be transferred over http.
      Throws:
      IOException - Is thrown when stream writing failed.
    • getRequestMethod

      HttpMethodType getRequestMethod()
      This method returns the http request method.
      Returns:
      The http request method, may not be null.