|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubmitMethod | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes |
com.gargoylesoftware.htmlunit.util | Misc utilities |
Uses of SubmitMethod in com.gargoylesoftware.htmlunit |
---|
Fields in com.gargoylesoftware.htmlunit declared as SubmitMethod | |
---|---|
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. |
Methods in com.gargoylesoftware.htmlunit that return SubmitMethod | |
---|---|
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()
|
Methods in com.gargoylesoftware.htmlunit with parameters of type SubmitMethod | |
---|---|
protected WebResponse |
HttpWebConnection.newWebResponseInstance(String charset,
WebResponseData responseData,
long loadTime,
SubmitMethod requestMethod,
URL originatingURL)
Construct an appropriate WebResponse. |
void |
WebRequestSettings.setSubmitMethod(SubmitMethod submitMethod)
|
Constructors in com.gargoylesoftware.htmlunit with parameters of type SubmitMethod | |
---|---|
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 |
Uses of SubmitMethod in com.gargoylesoftware.htmlunit.util |
---|
Methods in com.gargoylesoftware.htmlunit.util that return SubmitMethod | |
---|---|
SubmitMethod |
WebResponseWrapper.getRequestMethod()
Return the method used for the request resulting into this response. The default behavior of this method is to return getRequestMethod() on the wrapped connection object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |