|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebResponseData | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes |
Uses of WebResponseData in com.gargoylesoftware.htmlunit |
---|
Methods in com.gargoylesoftware.htmlunit that return WebResponseData | |
---|---|
protected WebResponseData |
HttpWebConnection.newWebResponseDataInstance(String statusMessage,
List headers,
int statusCode,
HttpMethodBase method)
Construct an appropriate WebResponseData. |
Methods in com.gargoylesoftware.htmlunit with parameters of type WebResponseData | |
---|---|
protected WebResponse |
HttpWebConnection.newWebResponseInstance(String charset,
WebResponseData responseData,
long loadTime,
SubmitMethod requestMethod,
URL originatingURL)
Construct an appropriate WebResponse. |
Constructors in com.gargoylesoftware.htmlunit with parameters of type WebResponseData | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |