|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.httpclient.HttpMethodBase org.apache.commons.httpclient.methods.DeleteMethod
public class DeleteMethod
Implements the HTTP DELETE method.
The HTTP DELETE method is defined in section 9.7 of RFC2616:
The DELETE method requests that the origin server delete the resource identified by the Request-URI. This method MAY be overridden by human intervention (or other means) on the origin server.
Constructor Summary | |
---|---|
DeleteMethod()
No-arg constructor. |
|
DeleteMethod(String uri)
Constructor specifying a URI. |
Method Summary | |
---|---|
String |
getName()
Returns "DELETE". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteMethod()
public DeleteMethod(String uri)
uri
- either an absolute or relative URIMethod Detail |
---|
public String getName()
getName
in interface HttpMethod
getName
in class HttpMethodBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |