public interface BodyReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(com.ning.http.client.Response response) |
<T> T |
readEntity(com.ning.http.client.Response resp,
Class<T> entityClass) |
<T> T |
readEntity(com.ning.http.client.Response resp,
Class<T> entityClass,
String charset) |
<T> T |
readEntity(com.ning.http.client.Response resp,
com.fasterxml.jackson.core.type.TypeReference valueTypeRef) |
<T> T |
readEntity(com.ning.http.client.Response resp,
com.fasterxml.jackson.core.type.TypeReference valueTypeRef,
String charset) |
boolean canRead(com.ning.http.client.Response response)
<T> T readEntity(com.ning.http.client.Response resp,
Class<T> entityClass)
throws IOException
IOException<T> T readEntity(com.ning.http.client.Response resp,
Class<T> entityClass,
String charset)
throws IOException
IOException<T> T readEntity(com.ning.http.client.Response resp,
com.fasterxml.jackson.core.type.TypeReference valueTypeRef)
throws IOException
IOException<T> T readEntity(com.ning.http.client.Response resp,
com.fasterxml.jackson.core.type.TypeReference valueTypeRef,
String charset)
throws IOException
IOExceptionCopyright © 2009–2014. All rights reserved.