public class HttpGetWithBodyMethod
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
Modifier and Type | Field and Description |
---|---|
static String |
METHOD_NAME |
Constructor and Description |
---|
HttpGetWithBodyMethod(String uri,
org.apache.http.HttpEntity entity) |
HttpGetWithBodyMethod(URI uri,
org.apache.http.HttpEntity entity) |
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
clone, expectContinue, getEntity, setEntity
getConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toString
abort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final String METHOD_NAME
public HttpGetWithBodyMethod(String uri, org.apache.http.HttpEntity entity)
public HttpGetWithBodyMethod(URI uri, org.apache.http.HttpEntity entity)
public String getMethod()
getMethod
in interface org.apache.http.client.methods.HttpUriRequest
getMethod
in class org.apache.http.client.methods.HttpRequestBase
Apache Camel