Uses of Interface
org.htmlunit.DownloadedContent
Packages that use DownloadedContent
-
Uses of DownloadedContent in org.htmlunit
Classes in org.htmlunit that implement DownloadedContentModifier and TypeClassDescriptionstatic class
Implementation keeping content in memory.static class
Implementation keeping content on the file system.Methods in org.htmlunit that return DownloadedContentModifier and TypeMethodDescriptionstatic 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.Methods in org.htmlunit with parameters of type DownloadedContentModifier and TypeMethodDescriptionprotected WebResponse
HttpWebConnection.makeWebResponse
(org.apache.http.HttpResponse httpResponse, WebRequest webRequest, DownloadedContent responseBody, long loadTime) Converts an HttpMethod into aWebResponse
.Constructors in org.htmlunit with parameters of type DownloadedContentModifierConstructorDescriptionWebResponseData
(DownloadedContent downloadedContent, int statusCode, String statusMessage, List<NameValuePair> responseHeaders) Constructor.