Class ByteResponseHandler
- java.lang.Object
-
- com.snowbound.contenthandler.rest.ByteResponseHandler
-
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<byte[]>
public class ByteResponseHandler extends java.lang.Object implements org.apache.hc.core5.http.io.HttpClientResponseHandler<byte[]>
-
-
Constructor Summary
Constructors Constructor Description ByteResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
-