Package com.logicaldoc.util.http
Class StringHttpClientResponseHandler
java.lang.Object
org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<String>
com.logicaldoc.util.http.BaseHttpClientResponseHandler<String>
com.logicaldoc.util.http.StringHttpClientResponseHandler
- All Implemented Interfaces:
- org.apache.hc.core5.http.io.HttpClientResponseHandler<String>
A HTTP response handler that treats the response as a text content
- Since:
- 8.9.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.util.http.BaseHttpClientResponseHandlergetResponseBody, getResponseBodyMethods inherited from class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandlerhandleResponse
- 
Constructor Details- 
StringHttpClientResponseHandlerpublic StringHttpClientResponseHandler()
 
- 
- 
Method Details- 
handleEntity- Specified by:
- handleEntityin class- org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<String>
- Throws:
- IOException
 
 
-