Uses of Class
org.apache.druid.java.util.http.client.io.AppendableByteArrayInputStream
-
Packages that use AppendableByteArrayInputStream Package Description org.apache.druid.java.util.http.client.response -
-
Uses of AppendableByteArrayInputStream in org.apache.druid.java.util.http.client.response
Methods in org.apache.druid.java.util.http.client.response that return types with arguments of type AppendableByteArrayInputStream Modifier and Type Method Description ClientResponse<AppendableByteArrayInputStream>InputStreamResponseHandler. handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum)ClientResponse<AppendableByteArrayInputStream>InputStreamResponseHandler. handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop)Method parameters in org.apache.druid.java.util.http.client.response with type arguments of type AppendableByteArrayInputStream Modifier and Type Method Description ClientResponse<InputStream>InputStreamResponseHandler. done(ClientResponse<AppendableByteArrayInputStream> clientResponse)voidInputStreamResponseHandler. exceptionCaught(ClientResponse<AppendableByteArrayInputStream> clientResponse, Throwable e)ClientResponse<AppendableByteArrayInputStream>InputStreamResponseHandler. handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum)
-