com.diasparsoftware.htmlunitx
Class FileSystemWebResponse

java.lang.Object
  extended bycom.diasparsoftware.htmlunitx.TestableWebResponse
      extended bycom.diasparsoftware.htmlunitx.InputStreamWebResponse
          extended bycom.diasparsoftware.htmlunitx.FileSystemWebResponse
All Implemented Interfaces:
com.gargoylesoftware.htmlunit.WebResponse

public class FileSystemWebResponse
extends InputStreamWebResponse


Constructor Summary
FileSystemWebResponse(java.net.URL url, java.io.File contentFile)
           
 
Methods inherited from class com.diasparsoftware.htmlunitx.InputStreamWebResponse
equals, getContentAsBytes, getContentAsStream, getContentAsString, getLoadTimeInMilliSeconds, getResponseBody, hashCode, toString
 
Methods inherited from class com.diasparsoftware.htmlunitx.TestableWebResponse
addResponseHeaderValue, getContentCharSet, getContentType, getResponseHeaderValue, getStatusCode, getStatusMessage, getStopwatch, getUrl, setContentCharSet, setContentType, setStatusCode, setStatusMessage, setStopwatch
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemWebResponse

public FileSystemWebResponse(java.net.URL url,
                             java.io.File contentFile)
                      throws java.io.FileNotFoundException


Copyright © 2003-2004 Diaspar Software Services, Inc.. All Rights Reserved.