|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| com.gargoylesoftware.htmlunit.util | Misc utilities |
| Uses of HttpMethod in com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit that return HttpMethod | |
|---|---|
HttpMethod |
WebRequestSettings.getHttpMethod()
Returns the HTTP submit method to use. |
HttpMethod |
MockWebConnection.getLastMethod()
Returns the method that was used in the last call to submitRequest(). |
HttpMethod |
WebResponseImpl.getRequestMethod()
Deprecated. As of 2.6, please use WebResponseImpl.getRequestSettings().getHttpMethod() |
HttpMethod |
WebResponse.getRequestMethod()
Deprecated. as of 2.6, please use WebResponse.getRequestSettings().getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(java.lang.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 |
WebRequestSettings.setHttpMethod(HttpMethod submitMethod)
Sets the HTTP submit method to use. |
| Constructors in com.gargoylesoftware.htmlunit with parameters of type HttpMethod | |
|---|---|
WebRequestSettings(java.net.URL url,
HttpMethod submitMethod)
Instantiates a WebRequestSettings for the specified URL using the specified HTTP submit method. |
|
WebResponseImpl(WebResponseData responseData,
java.net.URL url,
HttpMethod requestMethod,
long loadTime)
Constructs with all data. |
|
| Uses of HttpMethod in com.gargoylesoftware.htmlunit.util |
|---|
| Methods in com.gargoylesoftware.htmlunit.util that return HttpMethod | |
|---|---|
HttpMethod |
WebResponseWrapper.getRequestMethod()
Deprecated. As of 2.6, please use WebResponseWrapper.getRequestSettings().getHttpMethod() |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||