java.lang.Objectorg.apache.commons.httpclient.HttpMethodBase
org.apache.commons.httpclient.methods.OptionsMethod
All Implemented Interfaces:
HttpMethod
Direct Known Subclasses:
UrlOptionsMethod
The HTTP OPTIONS method is defined in section 9.2 of RFC2616:
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI. This method allows the client to determine the options and/or requirements associated with a resource, or the capabilities of a server, without implying a resource action or initiating a resource retrieval.
< - a href="mailto:remm@apache.org">Remy Maucherat< - a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler< - a href="mailto:jsdever@apache.org">Jeff Dever$ - Revision: 480424 $1.0 - | Fields inherited from org.apache.commons.httpclient.HttpMethodBase: |
|---|
| statusLine, effectiveVersion |
| Constructor: |
|---|
|
|
| Method from org.apache.commons.httpclient.methods.OptionsMethod Summary: |
|---|
| getAllowedMethods, getName, isAllowed, needContentLength, processResponseHeaders |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.httpclient.methods.OptionsMethod Detail: |
|---|
|
|
|
Deprecated! only - entity enclosing methods set content length header
|
This implementation will parse the Allow header to obtain the set of methods supported by the resource identified by the Request-URI. |