Class ApacheHttp.ApacheHttpPost

java.lang.Object
de.oktoflow.platform.support.http.apache.ApacheHttp.ApacheHttpUriRequest<org.apache.http.client.methods.HttpPost,de.iip_ecosphere.platform.support.http.HttpPost>
de.oktoflow.platform.support.http.apache.ApacheHttp.ApacheHttpPost
All Implemented Interfaces:
de.iip_ecosphere.platform.support.http.HttpPost, de.iip_ecosphere.platform.support.http.HttpRequest<de.iip_ecosphere.platform.support.http.HttpPost>
Enclosing class:
ApacheHttp

private class ApacheHttp.ApacheHttpPost extends ApacheHttp.ApacheHttpUriRequest<org.apache.http.client.methods.HttpPost,de.iip_ecosphere.platform.support.http.HttpPost> implements de.iip_ecosphere.platform.support.http.HttpPost
Represents a POST request.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • ApacheHttpPost

      private ApacheHttpPost(String uri)
      Creates a wrapping instance.
      Parameters:
      uri - the target URI
  • Method Details

    • setEntity

      public de.iip_ecosphere.platform.support.http.HttpPost setEntity(String entity) throws IOException
      Specified by:
      setEntity in interface de.iip_ecosphere.platform.support.http.HttpRequest<de.iip_ecosphere.platform.support.http.HttpPost>
      Throws:
      IOException