Uses of Interface
com.gargoylesoftware.htmlunit.DownloadedContent

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

Uses of DownloadedContent in com.gargoylesoftware.htmlunit
 

Classes in com.gargoylesoftware.htmlunit that implement DownloadedContent
static class DownloadedContent.InMemory
          Implementation keeping content in memory.
static class DownloadedContent.OnFile
          Implementation keeping content on the file system.
 

Methods in com.gargoylesoftware.htmlunit that return DownloadedContent
static DownloadedContent HttpWebConnection.downloadContent(InputStream is)
          Reads the content of the stream and saves it in memory or on the file system.
protected  DownloadedContent HttpWebConnection.downloadResponseBody(org.apache.http.HttpResponse httpResponse)
          Downloads the response body.
 

Constructors in com.gargoylesoftware.htmlunit with parameters of type DownloadedContent
WebResponseData(DownloadedContent responseBody, int statusCode, String statusMessage, List<NameValuePair> responseHeaders)
          Constructor.
 



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