|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.httpclient.HttpMethodBase
com.microsoft.tfs.core.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.
Field Summary |
---|
Fields inherited from class com.microsoft.tfs.core.httpclient.HttpMethodBase |
---|
effectiveVersion, statusLine |
Constructor Summary | |
---|---|
DeleteMethod()
No-arg constructor. |
|
DeleteMethod(java.lang.String uri)
Constructor specifying a URI. |
Method Summary | |
---|---|
java.lang.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(java.lang.String uri)
uri
- either an absolute or relative URIMethod Detail |
---|
public java.lang.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 |