|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| Uses of HttpMethod in com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit that return HttpMethod | |
|---|---|
HttpMethod |
WebRequest.getHttpMethod()
Returns the HTTP submit method to use. |
HttpMethod |
MockWebConnection.getLastMethod()
Returns the method that was used in the last call to submitRequest(). |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.gargoylesoftware.htmlunit with parameters of type HttpMethod | |
|---|---|
void |
WebRequest.setHttpMethod(HttpMethod submitMethod)
Sets the HTTP submit method to use. |
| Constructors in com.gargoylesoftware.htmlunit with parameters of type HttpMethod | |
|---|---|
WebRequest(URL url,
HttpMethod submitMethod)
Instantiates a WebRequest for the specified URL using the specified HTTP submit method. |
|
WebRequestSettings(URL url,
HttpMethod submitMethod)
Deprecated. Instantiates a WebRequestSettings for the specified URL using the specified HTTP submit method. |
|
WebResponse(WebResponseData responseData,
URL url,
HttpMethod requestMethod,
long loadTime)
Constructs with all data. |
|
WebResponseImpl(WebResponseData responseData,
URL url,
HttpMethod requestMethod,
long loadTime)
Deprecated. Constructs with all data. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||