Class 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[]>>
    • 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultipartResponseHandler

        public MultipartResponseHandler()
    • Method Detail

      • handleResponse

        public java.util.List<byte[]> handleResponse​(org.apache.hc.core5.http.ClassicHttpResponse response)
                                              throws java.io.IOException
        Specified by:
        handleResponse in interface org.apache.hc.core5.http.io.HttpClientResponseHandler<java.util.List<byte[]>>
        Throws:
        java.io.IOException