Field Summary |
|
final public static Method | CONNECT Used with a proxy that can dynamically switch to being a tunnel. |
final public static Method | COPY Creates a duplicate of the source resource, identified by the
Request-URI, in the destination resource, identified by the URI in the
Destination header. |
final public static Method | DELETE Requests that the origin server deletes the resource identified by the
request URI. |
final public static Method | GET Retrieves whatever information (in the form of an entity) that is
identified by the request URI. |
final public static Method | HEAD Identical to GET except that the server must not return a message body in
the response but only the message header. |
final public static Method | LOCK Used to take out a lock of any access type on the resource identified by
the request URI. |
final public static Method | MKCOL MKCOL creates a new collection resource at the location specified by the
Request URI. |
final public static Method | MOVE Logical equivalent of a copy, followed by consistency maintenance
processing, followed by a delete of the source where all three actions
are performed atomically. |
final public static Method | OPTIONS Requests for information about the communication options available on the
request/response chain identified by the URI. |
final public static Method | POST Requests that the origin server accepts the entity enclosed in the
request as a new subordinate of the resource identified by the request
URI. |
final public static Method | PROPFIND Retrieves properties defined on the resource identified by the request
URI. |
final public static Method | PROPPATCH Processes instructions specified in the request body to set and/or remove
properties defined on the resource identified by the request URI. |
final public static Method | PUT Requests that the enclosed entity be stored under the supplied request
URI. |
final public static Method | TRACE Used to invoke a remote, application-layer loop-back of the request
message. |
final public static Method | UNLOCK Removes the lock identified by the lock token from the request URI, and
all other resources included in the lock. |