public class HttpDeleteWithBody
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
METHOD_NAME |
Constructor and Description |
---|
HttpDeleteWithBody() |
HttpDeleteWithBody(java.lang.String uri) |
HttpDeleteWithBody(java.net.URI uri) |
Modifier and Type | Method and Description |
---|---|
java.lang.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, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final java.lang.String METHOD_NAME