Class 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[]>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • ByteResponseHandler

        public ByteResponseHandler()
    • Method Detail

      • handleResponse

        public 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<byte[]>
        Throws:
        java.io.IOException