Package org.apache.http.client.fluent
Class ContentResponseHandler
- java.lang.Object
-
- org.apache.http.impl.client.AbstractResponseHandler<Content>
-
- org.apache.http.client.fluent.ContentResponseHandler
-
- All Implemented Interfaces:
ResponseHandler<Content>
public class ContentResponseHandler extends AbstractResponseHandler<Content>
- Since:
- 4.4
- See Also:
Content
-
-
Constructor Summary
Constructors Constructor Description ContentResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Content
handleEntity(HttpEntity entity)
Handle the response entity and transform it into the actual response object.-
Methods inherited from class org.apache.http.impl.client.AbstractResponseHandler
handleResponse
-
-
-
-
Method Detail
-
handleEntity
public Content handleEntity(HttpEntity entity) throws java.io.IOException
Description copied from class:AbstractResponseHandler
Handle the response entity and transform it into the actual response object.- Specified by:
handleEntity
in classAbstractResponseHandler<Content>
- Throws:
java.io.IOException
-
-