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>
public class ContentResponseHandler extends AbstractHttpClientResponseHandler<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 ContenthandleEntity(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
-
-
-
-
Method Detail
-
handleEntity
public Content handleEntity(org.apache.hc.core5.http.HttpEntity entity) throws java.io.IOException
Description copied from class:AbstractHttpClientResponseHandlerHandle the response entity and transform it into the actual response object.- Specified by:
handleEntityin classAbstractHttpClientResponseHandler<Content>- Throws:
java.io.IOException
-
-