Package com.logicaldoc.util.http
Class FileHttpClientResponseHandler
java.lang.Object
org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<T>
com.logicaldoc.util.http.LoggingHttpClientResponseHandler<String>
com.logicaldoc.util.http.FileHttpClientResponseHandler
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<String>
A HTTP response handler that writes the response into a given file
- Since:
- 8.9.3
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Methods inherited from class com.logicaldoc.util.http.LoggingHttpClientResponseHandler
getResponseBody, getResponseBody, handleResponse
-
Constructor Details
-
FileHttpClientResponseHandler
-
-
Method Details
-
handleEntity
- Specified by:
handleEntity
in classorg.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<String>
- Throws:
IOException
-