public class HttpDeleteWithBody
extends org.apache.http.client.methods.HttpPost
| Constructor and Description |
|---|
HttpDeleteWithBody(String url)
Instantiates a new http delete with body.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Returns "DELETE".
|
String |
toString() |
clone, expectContinue, getEntity, setEntitygetConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, startedabort, 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 HttpDeleteWithBody(String url)
url - the url which will receive the request.HttpPost.HttpPost(String)public String getMethod()
getMethod in interface org.apache.http.client.methods.HttpUriRequestgetMethod in class org.apache.http.client.methods.HttpPostpublic String toString()
toString in class org.apache.http.client.methods.HttpRequestBaseCopyright © 2017 BotMill. All rights reserved.