Package | Description |
---|---|
org.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,
File tempFileDirectory)
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.
|
Modifier and Type | Method and Description |
---|---|
protected WebResponse |
HttpWebConnection.makeWebResponse(org.apache.http.HttpResponse httpResponse,
WebRequest webRequest,
DownloadedContent responseBody,
long loadTime)
Converts an HttpMethod into a
WebResponse . |
Constructor and Description |
---|
WebResponseData(DownloadedContent downloadedContent,
int statusCode,
String statusMessage,
List<NameValuePair> responseHeaders)
Constructor.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.