Class ContentResponseHandler
java.lang.Object
org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<Content>
org.apache.hc.client5.http.fluent.ContentResponseHandler
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<Content>
- Since:
- 4.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleEntity(org.apache.hc.core5.http.HttpEntity entity) Handle the response entity and transform it into the actual response object.Methods inherited from class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
handleResponse
-
Constructor Details
-
ContentResponseHandler
public ContentResponseHandler()
-
-
Method Details
-
handleEntity
Description copied from class:AbstractHttpClientResponseHandlerHandle the response entity and transform it into the actual response object.- Specified by:
handleEntityin classAbstractHttpClientResponseHandler<Content>- Throws:
IOException
-