Class DocumentContentRetrievalResponseHandler
- java.lang.Object
-
- com.snowbound.contenthandler.rest.DocumentContentRetrievalResponseHandler
-
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<ContentHandlerResult>
public class DocumentContentRetrievalResponseHandler extends java.lang.Object implements org.apache.hc.core5.http.io.HttpClientResponseHandler<ContentHandlerResult>
-
-
Constructor Summary
Constructors Constructor Description DocumentContentRetrievalResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentHandlerResult
handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
-
-
-
Method Detail
-
handleResponse
public ContentHandlerResult handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) throws java.io.IOException
- Specified by:
handleResponse
in interfaceorg.apache.hc.core5.http.io.HttpClientResponseHandler<ContentHandlerResult>
- Throws:
java.io.IOException
-
-