Uses of Class
com.gargoylesoftware.htmlunit.WebResponseData
-
Packages that use WebResponseData Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebResponseData in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit with parameters of type WebResponseData Modifier and Type Method Description protected WebResponseHttpWebConnection. newWebResponseInstance(WebResponseData responseData, long loadTime, WebRequest webRequest)Constructs an appropriate WebResponse.Constructors in com.gargoylesoftware.htmlunit with parameters of type WebResponseData Constructor Description WebResponse(WebResponseData responseData, WebRequest request, long loadTime)Constructs with all data.WebResponse(WebResponseData responseData, java.net.URL url, HttpMethod requestMethod, long loadTime)Constructs with all data.
-