Uses of Class
com.gargoylesoftware.htmlunit.WebResponseData

Packages that use WebResponseData
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
 

Uses of WebResponseData in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit with parameters of type WebResponseData
protected  WebResponse HttpWebConnection.newWebResponseInstance(WebResponseData responseData, long loadTime, WebRequest request)
          Constructs an appropriate WebResponse.
 

Constructors in com.gargoylesoftware.htmlunit with parameters of type WebResponseData
WebResponse(WebResponseData responseData, URL url, HttpMethod requestMethod, long loadTime)
          Constructs with all data.
WebResponse(WebResponseData responseData, WebRequest request, long loadTime)
          Constructs with all data.
WebResponseImpl(WebResponseData responseData, URL url, HttpMethod requestMethod, long loadTime)
          Deprecated. Constructs with all data.
WebResponseImpl(WebResponseData responseData, WebRequest request, long loadTime)
          Deprecated. Constructs with all data.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.