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