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 that return WebResponseData
protected  WebResponseData HttpWebConnection.newWebResponseDataInstance(java.lang.String statusMessage, java.util.List<org.apache.commons.httpclient.NameValuePair> headers, int statusCode, org.apache.commons.httpclient.HttpMethodBase method)
          Constructs an appropriate WebResponseData.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type WebResponseData
protected  WebResponse HttpWebConnection.newWebResponseInstance(java.lang.String charset, WebResponseData responseData, long loadTime, WebRequestSettings requestSettings)
          Deprecated. As of 2.6, please use HttpWebConnection.newWebResponseInstance(WebResponseData, long, WebRequestSettings)
protected  WebResponse HttpWebConnection.newWebResponseInstance(WebResponseData responseData, long loadTime, WebRequestSettings requestSettings)
          Constructs an appropriate WebResponse.
 

Constructors in com.gargoylesoftware.htmlunit with parameters of type WebResponseData
WebResponseImpl(WebResponseData responseData, java.lang.String charset, WebRequestSettings requestSettings, long loadTime)
          Deprecated. As of 2.6, please use @link WebResponseImpl.WebResponseImpl(WebResponseData, WebRequestSettings, long)
WebResponseImpl(WebResponseData responseData, java.net.URL url, HttpMethod requestMethod, long loadTime)
          Constructs with all data.
WebResponseImpl(WebResponseData responseData, WebRequestSettings requestSettings, long loadTime)
          Constructs with all data.
 



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