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,
com.fasterxml.jackson.core.type.TypeReference valueTypeRef) |
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, com.fasterxml.jackson.core.type.TypeReference valueTypeRef) throws IOException
IOException
Copyright © 2009-2012. All Rights Reserved.