public class HttpDelete
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
| Constructor and Description | 
|---|
| HttpDelete()Ctor. | 
| HttpDelete(String uri) | 
| HttpDelete(URI uri)Ctor. | 
| 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 HttpDelete()
public HttpDelete(URI uri)
uri - the uripublic HttpDelete(String uri)
uri - the uriIllegalArgumentException - if the uri is invalid.public String getMethod()
getMethod in interface org.apache.http.client.methods.HttpUriRequestgetMethod in class org.apache.http.client.methods.HttpRequestBaseCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.