public class ContentResponseHandler extends AbstractResponseHandler<Content>
ResponseHandler implementation that converts
org.apache.http.HttpResponse messages to Content
instances.Content| Constructor and Description |
|---|
ContentResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
Content |
handleEntity(HttpEntity entity)
Handle the response entity and transform it into the actual response
object.
|
handleResponsepublic Content handleEntity(HttpEntity entity) throws java.io.IOException
AbstractResponseHandlerhandleEntity in class AbstractResponseHandler<Content>java.io.IOException