Uses of Class
org.htmlunit.WebResponseData
-
Packages that use WebResponseData Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of WebResponseData in org.htmlunit
Fields in org.htmlunit declared as WebResponseData Modifier and Type Field Description private static WebResponseData
WebClient. RESPONSE_DATA_NO_HTTP_RESPONSE
private WebResponseData
WebResponse. responseData_
Methods in org.htmlunit that return WebResponseData Modifier and Type Method Description (package private) WebResponseData
MockWebConnection.RawResponseData. asWebResponseData()
private static WebResponseData
StringWebResponse. getWebResponseData(java.lang.String contentString, java.nio.charset.Charset charset)
Helper method for constructors.Methods in org.htmlunit with parameters of type WebResponseData Modifier and Type Method Description protected WebResponse
HttpWebConnection. newWebResponseInstance(WebResponseData responseData, long loadTime, WebRequest webRequest)
Constructs an appropriate WebResponse.Constructors in org.htmlunit with parameters of type WebResponseData Constructor Description WebResponse(WebResponseData responseData, java.net.URL url, HttpMethod requestMethod, long loadTime)
Constructs with all data.WebResponse(WebResponseData responseData, WebRequest request, long loadTime)
Constructs with all data.
-