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