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