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 Summary
Constructors -
Method Summary
Methods inherited from class de.oktoflow.platform.support.http.apache.ApacheHttp.ApacheHttpUriRequest
getRequest, setHeaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.support.http.HttpRequest
setHeader
-
Constructor Details
-
ApacheHttpPost
Creates a wrapping instance.- Parameters:
uri- the target URI
-
-
Method Details
-
setEntity
- Specified by:
setEntityin interfacede.iip_ecosphere.platform.support.http.HttpRequest<de.iip_ecosphere.platform.support.http.HttpPost>- Throws:
IOException
-