Class DataServerResponseHandler

java.lang.Object
org.apache.druid.discovery.DataServerResponseHandler
All Implemented Interfaces:
HttpResponseHandler<InputStream,InputStream>

public class DataServerResponseHandler extends Object implements HttpResponseHandler<InputStream,InputStream>
Response handler for the DataServerClient. Handles the input stream from the data server and handles updating the ResponseContext from the header. Does not apply backpressure or query timeout.