@NotThreadSafe public class HttpOptions extends HttpRequestBase
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.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
METHOD_NAME |
headergroup, params| Constructor and Description |
|---|
HttpOptions() |
HttpOptions(java.lang.String uri) |
HttpOptions(java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getAllowedMethods(HttpResponse response) |
java.lang.String |
getMethod()
Returns the HTTP method this request uses, such as
GET,
PUT, POST, or other. |
getConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toStringabort, clone, 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, waitabort, isAbortedaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamspublic static final java.lang.String METHOD_NAME
public HttpOptions()
public HttpOptions(java.net.URI uri)
public HttpOptions(java.lang.String uri)
java.lang.IllegalArgumentException - if the uri is invalid.public java.lang.String getMethod()
HttpUriRequestGET,
PUT, POST, or other.getMethod in interface HttpUriRequestgetMethod in class HttpRequestBasepublic java.util.Set<java.lang.String> getAllowedMethods(HttpResponse response)