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
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.
-