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 Summary
Constructors - 
Method Summary
Methods inherited from class com.logicaldoc.util.http.BaseHttpClientResponseHandler
getResponseBody, getResponseBodyMethods inherited from class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
handleResponse 
- 
Constructor Details
- 
StringHttpClientResponseHandler
public StringHttpClientResponseHandler() 
 - 
 - 
Method Details
- 
handleEntity
- Specified by:
 handleEntityin classorg.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<String>- Throws:
 IOException
 
 -