public class HttpDeleteWithEntity
extends org.apache.http.client.methods.HttpPost
| Constructor and Description |
|---|
HttpDeleteWithEntity(String url) |
HttpDeleteWithEntity(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
clone, expectContinue, getEntity, setEntitygetConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toStringabort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTriggeraddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic HttpDeleteWithEntity(URI uri)
public HttpDeleteWithEntity(String url)
public String getMethod()
getMethod in interface org.apache.http.client.methods.HttpUriRequestgetMethod in class org.apache.http.client.methods.HttpPost