Package org.apache.druid.java.util.http.client.response
package org.apache.druid.java.util.http.client.response
-
ClassDescription
HttpResponseHandlerfor stream data of byte array type.This class is to hold data while receiving stream data via HTTP.HttpResponseHandler<IntermediateType,FinalType> A handler for an HTTP request.This is a clone ofInputStreamResponseHandlerexcept that it retains HTTP status/response object in the response holder result.ObjectOrErrorResponseHandler<IntermediateType,FinalType> Response handler that delegates successful responses (2xx response codes) to some other handler, but returns errors (non-2xx response codes) as Strings.A HTTP response handler which uses sequence input streams to create a final InputStream.HttpResponseHandlerfor stream data of string type.