Uses of Class
org.apache.druid.java.util.http.client.io.AppendableByteArrayInputStream
Packages that use AppendableByteArrayInputStream
-
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 AppendableByteArrayInputStreamModifier and TypeMethodDescriptionInputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) 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 AppendableByteArrayInputStreamModifier and TypeMethodDescriptionInputStreamResponseHandler.done(ClientResponse<AppendableByteArrayInputStream> clientResponse) voidInputStreamResponseHandler.exceptionCaught(ClientResponse<AppendableByteArrayInputStream> clientResponse, Throwable e) InputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum)