Uses of Class
org.htmlunit.WebResponseData
Packages that use WebResponseData
-
Uses of WebResponseData in org.htmlunit
Methods in org.htmlunit with parameters of type WebResponseDataModifier and TypeMethodDescriptionprotected WebResponseHttpWebConnection.newWebResponseInstance(WebResponseData responseData, long loadTime, WebRequest webRequest) Constructs an appropriate WebResponse.Constructors in org.htmlunit with parameters of type WebResponseDataModifierConstructorDescriptionWebResponse(WebResponseData responseData, URL url, HttpMethod requestMethod, long loadTime) Constructs with all data.WebResponse(WebResponseData responseData, WebRequest request, long loadTime) Constructs with all data.