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>
- Since:
- 4.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleEntity(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
-
Constructor Details
-
ContentResponseHandler
public ContentResponseHandler()
-
-
Method Details
-
handleEntity
Description copied from class:AbstractResponseHandlerHandle the response entity and transform it into the actual response object.- Specified by:
handleEntityin classAbstractResponseHandler<Content>- Throws:
IOException
-