Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
Modifier and Type | Class and Description |
---|---|
static class |
DownloadedContent.InMemory
Implementation keeping content in memory.
|
static class |
DownloadedContent.OnFile
Implementation keeping content on the file system.
|
Modifier and Type | Method and Description |
---|---|
static DownloadedContent |
HttpWebConnection.downloadContent(InputStream is,
int maxInMemory)
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.
|
Constructor and Description |
---|
WebResponseData(DownloadedContent downloadedContent,
int statusCode,
String statusMessage,
List<NameValuePair> responseHeaders)
Constructor.
|
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.