Uses of Interface
org.htmlunit.DownloadedContent
-
Packages that use DownloadedContent Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of DownloadedContent in org.htmlunit
Classes in org.htmlunit that implement DownloadedContent Modifier and Type Class Description static classDownloadedContent.InMemoryImplementation keeping content in memory.static classDownloadedContent.OnFileImplementation keeping content on the file system.Methods in org.htmlunit that return DownloadedContent Modifier and Type Method Description static DownloadedContentHttpWebConnection. downloadContent(java.io.InputStream is, int maxInMemory)Reads the content of the stream and saves it in memory or on the file system.protected DownloadedContentHttpWebConnection. downloadResponseBody(org.apache.http.HttpResponse httpResponse)Downloads the response body.Methods in org.htmlunit with parameters of type DownloadedContent Modifier and Type Method Description protected WebResponseHttpWebConnection. makeWebResponse(org.apache.http.HttpResponse httpResponse, WebRequest webRequest, DownloadedContent responseBody, long loadTime)Converts an HttpMethod into a WebResponse.Constructors in org.htmlunit with parameters of type DownloadedContent Constructor Description WebResponseData(DownloadedContent downloadedContent, int statusCode, java.lang.String statusMessage, java.util.List<NameValuePair> responseHeaders)Constructor.
-