Uses of Class
com.gargoylesoftware.htmlunit.WebResponseData

Packages that use WebResponseData
com.gargoylesoftware.htmlunit Framework classes 
 

Uses of WebResponseData in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return WebResponseData
protected  WebResponseData HttpWebConnection.newWebResponseDataInstance(String statusMessage, List headers, int statusCode, HttpMethodBase method)
          Construct an appropriate WebResponseData.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type WebResponseData
protected  WebResponse HttpWebConnection.newWebResponseInstance(String charset, WebResponseData responseData, long loadTime, SubmitMethod requestMethod, URL originatingURL)
          Construct an appropriate WebResponse.
 

Constructors in com.gargoylesoftware.htmlunit with parameters of type WebResponseData
WebResponseImpl(WebResponseData responseData, String charset, URL url, SubmitMethod requestMethod, long loadTime)
          Construct with all data
WebResponseImpl(WebResponseData responseData, URL url, SubmitMethod requestMethod, long loadTime)
          Construct with all data
 



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