Class THttpClientResponseHandler

java.lang.Object
org.apache.thrift.THttpClientResponseHandler
All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<InputStream>

public class THttpClientResponseHandler extends Object implements org.apache.hc.core5.http.io.HttpClientResponseHandler<InputStream>
  • Constructor Details

    • THttpClientResponseHandler

      public THttpClientResponseHandler()
  • Method Details

    • handleResponse

      public InputStream handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) throws org.apache.hc.core5.http.HttpException, IOException
      Specified by:
      handleResponse in interface org.apache.hc.core5.http.io.HttpClientResponseHandler<InputStream>
      Throws:
      org.apache.hc.core5.http.HttpException
      IOException