public class HttpGetWithEntity
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_NAME
The HTTP method name.
|
| Constructor and Description |
|---|
HttpGetWithEntity(String uri)
Creates a new instance of this request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
clone, expectContinue, getEntity, setEntityabort, getProtocolVersion, getRequestLine, getURI, isAborted, releaseConnection, reset, setConnectionRequest, setReleaseTrigger, setURIaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamspublic static final String METHOD_NAME
public HttpGetWithEntity(String uri)
uri - The URI this request will be made to.public String getMethod()
getMethod in interface org.apache.http.client.methods.HttpUriRequestgetMethod in class org.apache.http.client.methods.HttpRequestBaseCopyright © 2012. All Rights Reserved.