|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
static class |
DownloadedContent.OnTempFile
|
Methods in com.gargoylesoftware.htmlunit that return DownloadedContent | |
---|---|
static DownloadedContent |
HttpWebConnection.downloadContent(java.io.InputStream is)
Reads the content of the stream and saves it in memory or on the file system. |
Constructors in com.gargoylesoftware.htmlunit with parameters of type DownloadedContent | |
---|---|
WebResponseData(DownloadedContent responseBody,
int statusCode,
java.lang.String statusMessage,
java.util.List<org.apache.commons.httpclient.NameValuePair> responseHeaders)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |