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