Class IgnoreHttpResponseHandler

java.lang.Object
org.apache.druid.rpc.IgnoreHttpResponseHandler
All Implemented Interfaces:
HttpResponseHandler<Void,Void>

public class IgnoreHttpResponseHandler extends Object implements HttpResponseHandler<Void,Void>
An HTTP response handler that discards the response and returns nothing. It returns a finished response only when the entire HTTP response is done.