Uses of Interface
com.gargoylesoftware.htmlunit.DownloadedContent
-
Packages that use DownloadedContent Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of DownloadedContent in com.gargoylesoftware.htmlunit
Classes in com.gargoylesoftware.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 com.gargoylesoftware.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 com.gargoylesoftware.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 com.gargoylesoftware.htmlunit with parameters of type DownloadedContent Constructor Description WebResponseData(DownloadedContent downloadedContent, int statusCode, java.lang.String statusMessage, java.util.List<NameValuePair> responseHeaders)Constructor.
-