public class HttpResponseContentExtractor extends Object
| Constructor and Description |
|---|
HttpResponseContentExtractor() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
contentAsInputStream(org.apache.http.HttpResponse response) |
String |
contentAsString(org.apache.http.HttpResponse response) |
public String contentAsString(org.apache.http.HttpResponse response) throws IOException
IOExceptionpublic InputStream contentAsInputStream(org.apache.http.HttpResponse response) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.