Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
com.gargoylesoftware.htmlunit.util |
Misc utilities
|
Modifier and Type | Field and Description |
---|---|
static SubmitMethod |
SubmitMethod.DELETE
DELETE.
|
static SubmitMethod |
SubmitMethod.GET
GET
|
static SubmitMethod |
SubmitMethod.HEAD
HEAD.
|
static SubmitMethod |
SubmitMethod.OPTIONS
OPTIONS.
|
static SubmitMethod |
SubmitMethod.POST
POST
|
static SubmitMethod |
SubmitMethod.PUT
PUT
|
static SubmitMethod |
SubmitMethod.TRACE
TRACE.
|
Modifier and Type | Method and Description |
---|---|
static SubmitMethod |
SubmitMethod.getInstance(String name)
Return the constant that matches the given name (case insensitive).
|
SubmitMethod |
MockWebConnection.getLastMethod()
Return the method that was used in the last call to submitRequest()
|
SubmitMethod |
WebResponse.getRequestMethod()
Return the method used for the request resulting into this response.
|
SubmitMethod |
WebResponseImpl.getRequestMethod()
Return the method used for the request resulting into this response.
|
SubmitMethod |
WebRequestSettings.getSubmitMethod() |
Modifier and Type | Method and Description |
---|---|
protected WebResponse |
HttpWebConnection.newWebResponseInstance(String charset,
WebResponseData responseData,
long loadTime,
SubmitMethod requestMethod,
URL originatingURL)
Construct an appropriate WebResponse.
|
void |
WebRequestSettings.setSubmitMethod(SubmitMethod submitMethod) |
Constructor and Description |
---|
WebRequestSettings(URL target,
SubmitMethod submitMethod) |
WebResponseImpl(WebResponseData responseData,
String charset,
URL url,
SubmitMethod requestMethod,
long loadTime)
Construct with all data
|
WebResponseImpl(WebResponseData responseData,
URL url,
SubmitMethod requestMethod,
long loadTime)
Construct with all data
|
Modifier and Type | Method and Description |
---|---|
SubmitMethod |
WebResponseWrapper.getRequestMethod()
Return the method used for the request resulting into this response.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.