public class SaveFileResponseParser extends Object implements ResponseParser<File>
| Constructor and Description |
|---|
SaveFileResponseParser(File destFile) |
| Modifier and Type | Method and Description |
|---|---|
File |
parse(HTTPClient client,
Request request,
int responseCode,
InputStream stream,
Map<String,List<String>> headers,
String contentType,
String charset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFallbackpublic SaveFileResponseParser(File destFile)
public File parse(HTTPClient client, Request request, int responseCode, InputStream stream, Map<String,List<String>> headers, String contentType, String charset) throws IOException
parse in interface ResponseParser<File>IOExceptionCopyright © 2019. All rights reserved.