Uses of Class
org.apache.druid.java.util.http.client.response.ClientResponse
Packages that use ClientResponse
-
Uses of ClientResponse in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return ClientResponseModifier and TypeMethodDescriptionFrameFileHttpResponseHandler.done(ClientResponse<FrameFilePartialFetch> clientResponse) FrameFileHttpResponseHandler.handleChunk(ClientResponse<FrameFilePartialFetch> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) FrameFileHttpResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) Methods in org.apache.druid.frame.file with parameters of type ClientResponseModifier and TypeMethodDescriptionFrameFileHttpResponseHandler.done(ClientResponse<FrameFilePartialFetch> clientResponse) voidFrameFileHttpResponseHandler.exceptionCaught(ClientResponse<FrameFilePartialFetch> clientResponse, Throwable e) FrameFileHttpResponseHandler.handleChunk(ClientResponse<FrameFilePartialFetch> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) -
Uses of ClientResponse in org.apache.druid.java.util.http.client.response
Methods in org.apache.druid.java.util.http.client.response that return ClientResponseModifier and TypeMethodDescriptionBytesFullResponseHandler.done(ClientResponse<BytesFullResponseHolder> response) HttpResponseHandler.done(ClientResponse<IntermediateType> clientResponse) Called after the final handleResponse() or handleChunk() call, signifying that no more data will arrive.InputStreamFullResponseHandler.done(ClientResponse<InputStreamFullResponseHolder> clientResponse) InputStreamResponseHandler.done(ClientResponse<AppendableByteArrayInputStream> clientResponse) ObjectOrErrorResponseHandler.done(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse) SequenceInputStreamResponseHandler.done(ClientResponse<InputStream> clientResponse) StatusResponseHandler.done(ClientResponse<StatusResponseHolder> response) StringFullResponseHandler.done(ClientResponse<StringFullResponseHolder> response) static <T> ClientResponse<T>ClientResponse.finished(T obj) static <T> ClientResponse<T>ClientResponse.finished(T obj, boolean continueReading) BytesFullResponseHandler.handleChunk(ClientResponse<BytesFullResponseHolder> response, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) HttpResponseHandler.handleChunk(ClientResponse<IntermediateType> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) Called for chunked responses, indicating another HttpChunk has arrived.InputStreamFullResponseHandler.handleChunk(ClientResponse<InputStreamFullResponseHolder> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) InputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) ObjectOrErrorResponseHandler.handleChunk(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) SequenceInputStreamResponseHandler.handleChunk(ClientResponse<InputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) StatusResponseHandler.handleChunk(ClientResponse<StatusResponseHolder> response, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) StringFullResponseHandler.handleChunk(ClientResponse<StringFullResponseHolder> response, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) BytesFullResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) HttpResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) Handles the initial HttpResponse object that comes back from Netty.InputStreamFullResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) InputStreamResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) ObjectOrErrorResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) SequenceInputStreamResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) StatusResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) StringFullResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) static <T> ClientResponse<T>ClientResponse.unfinished(T obj) static <T> ClientResponse<T>ClientResponse.unfinished(T obj, boolean continueReading) Methods in org.apache.druid.java.util.http.client.response with parameters of type ClientResponseModifier and TypeMethodDescriptionBytesFullResponseHandler.done(ClientResponse<BytesFullResponseHolder> response) HttpResponseHandler.done(ClientResponse<IntermediateType> clientResponse) Called after the final handleResponse() or handleChunk() call, signifying that no more data will arrive.InputStreamFullResponseHandler.done(ClientResponse<InputStreamFullResponseHolder> clientResponse) InputStreamResponseHandler.done(ClientResponse<AppendableByteArrayInputStream> clientResponse) ObjectOrErrorResponseHandler.done(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse) SequenceInputStreamResponseHandler.done(ClientResponse<InputStream> clientResponse) StatusResponseHandler.done(ClientResponse<StatusResponseHolder> response) StringFullResponseHandler.done(ClientResponse<StringFullResponseHolder> response) voidBytesFullResponseHandler.exceptionCaught(ClientResponse<BytesFullResponseHolder> clientResponse, Throwable e) voidHttpResponseHandler.exceptionCaught(ClientResponse<IntermediateType> clientResponse, Throwable e) voidInputStreamFullResponseHandler.exceptionCaught(ClientResponse<InputStreamFullResponseHolder> clientResponse, Throwable e) voidInputStreamResponseHandler.exceptionCaught(ClientResponse<AppendableByteArrayInputStream> clientResponse, Throwable e) voidObjectOrErrorResponseHandler.exceptionCaught(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse, Throwable e) voidSequenceInputStreamResponseHandler.exceptionCaught(ClientResponse<InputStream> clientResponse, Throwable e) voidStatusResponseHandler.exceptionCaught(ClientResponse<StatusResponseHolder> clientResponse, Throwable e) voidStringFullResponseHandler.exceptionCaught(ClientResponse<StringFullResponseHolder> clientResponse, Throwable e) BytesFullResponseHandler.handleChunk(ClientResponse<BytesFullResponseHolder> response, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) HttpResponseHandler.handleChunk(ClientResponse<IntermediateType> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) Called for chunked responses, indicating another HttpChunk has arrived.InputStreamFullResponseHandler.handleChunk(ClientResponse<InputStreamFullResponseHolder> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) InputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) ObjectOrErrorResponseHandler.handleChunk(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) SequenceInputStreamResponseHandler.handleChunk(ClientResponse<InputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) StatusResponseHandler.handleChunk(ClientResponse<StatusResponseHolder> response, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) StringFullResponseHandler.handleChunk(ClientResponse<StringFullResponseHolder> response, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum)