| Package | Description | 
|---|---|
| io.druid.java.util.http.client.response | |
| io.druid.security.basic.authentication | |
| io.druid.security.kerberos | 
| Modifier and Type | Method and Description | 
|---|---|
ClientResponse<InputStream> | 
InputStreamResponseHandler.done(ClientResponse<AppendableByteArrayInputStream> clientResponse)  | 
ClientResponse<FullResponseHolder> | 
FullResponseHandler.done(ClientResponse<FullResponseHolder> response)  | 
ClientResponse<InputStream> | 
SequenceInputStreamResponseHandler.done(ClientResponse<InputStream> clientResponse)  | 
ClientResponse<FinalType> | 
HttpResponseHandler.done(ClientResponse<IntermediateType> clientResponse)  | 
ClientResponse<StatusResponseHolder> | 
StatusResponseHandler.done(ClientResponse<StatusResponseHolder> response)  | 
ClientResponse<String> | 
ToStringResponseHandler.done(ClientResponse<StringBuilder> response)  | 
static <T> ClientResponse<T> | 
ClientResponse.finished(T obj)  | 
ClientResponse<AppendableByteArrayInputStream> | 
InputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<FullResponseHolder> | 
FullResponseHandler.handleChunk(ClientResponse<FullResponseHolder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<InputStream> | 
SequenceInputStreamResponseHandler.handleChunk(ClientResponse<InputStream> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<IntermediateType> | 
HttpResponseHandler.handleChunk(ClientResponse<IntermediateType> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<StatusResponseHolder> | 
StatusResponseHandler.handleChunk(ClientResponse<StatusResponseHolder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<StringBuilder> | 
ToStringResponseHandler.handleChunk(ClientResponse<StringBuilder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<StringBuilder> | 
ToStringResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response)  | 
ClientResponse<StatusResponseHolder> | 
StatusResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response)  | 
ClientResponse<InputStream> | 
SequenceInputStreamResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response)  | 
ClientResponse<AppendableByteArrayInputStream> | 
InputStreamResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response)  | 
ClientResponse<IntermediateType> | 
HttpResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response)
Handles the initial HttpResponse object that comes back from Netty. 
 | 
ClientResponse<FullResponseHolder> | 
FullResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response)  | 
static <T> ClientResponse<T> | 
ClientResponse.unfinished(T obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientResponse<InputStream> | 
InputStreamResponseHandler.done(ClientResponse<AppendableByteArrayInputStream> clientResponse)  | 
ClientResponse<FullResponseHolder> | 
FullResponseHandler.done(ClientResponse<FullResponseHolder> response)  | 
ClientResponse<InputStream> | 
SequenceInputStreamResponseHandler.done(ClientResponse<InputStream> clientResponse)  | 
ClientResponse<FinalType> | 
HttpResponseHandler.done(ClientResponse<IntermediateType> clientResponse)  | 
ClientResponse<StatusResponseHolder> | 
StatusResponseHandler.done(ClientResponse<StatusResponseHolder> response)  | 
ClientResponse<String> | 
ToStringResponseHandler.done(ClientResponse<StringBuilder> response)  | 
void | 
InputStreamResponseHandler.exceptionCaught(ClientResponse<AppendableByteArrayInputStream> clientResponse,
               Throwable e)  | 
void | 
FullResponseHandler.exceptionCaught(ClientResponse<FullResponseHolder> clientResponse,
               Throwable e)  | 
void | 
SequenceInputStreamResponseHandler.exceptionCaught(ClientResponse<InputStream> clientResponse,
               Throwable e)  | 
void | 
HttpResponseHandler.exceptionCaught(ClientResponse<IntermediateType> clientResponse,
               Throwable e)  | 
void | 
StatusResponseHandler.exceptionCaught(ClientResponse<StatusResponseHolder> clientResponse,
               Throwable e)  | 
void | 
ToStringResponseHandler.exceptionCaught(ClientResponse<StringBuilder> clientResponse,
               Throwable e)  | 
ClientResponse<AppendableByteArrayInputStream> | 
InputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<FullResponseHolder> | 
FullResponseHandler.handleChunk(ClientResponse<FullResponseHolder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<InputStream> | 
SequenceInputStreamResponseHandler.handleChunk(ClientResponse<InputStream> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<IntermediateType> | 
HttpResponseHandler.handleChunk(ClientResponse<IntermediateType> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<StatusResponseHolder> | 
StatusResponseHandler.handleChunk(ClientResponse<StatusResponseHolder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<StringBuilder> | 
ToStringResponseHandler.handleChunk(ClientResponse<StringBuilder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientResponse<FullResponseHolder> | 
BytesFullResponseHandler.done(ClientResponse<FullResponseHolder> response)  | 
ClientResponse<FullResponseHolder> | 
BytesFullResponseHandler.handleChunk(ClientResponse<FullResponseHolder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
ClientResponse<FullResponseHolder> | 
BytesFullResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientResponse<FullResponseHolder> | 
BytesFullResponseHandler.done(ClientResponse<FullResponseHolder> response)  | 
void | 
BytesFullResponseHandler.exceptionCaught(ClientResponse<FullResponseHolder> clientResponse,
               Throwable e)  | 
ClientResponse<FullResponseHolder> | 
BytesFullResponseHandler.handleChunk(ClientResponse<FullResponseHolder> response,
           org.jboss.netty.handler.codec.http.HttpChunk chunk)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientResponse<Final> | 
ResponseCookieHandler.done(ClientResponse<Intermediate> clientResponse)  | 
ClientResponse<RetryResponseHolder<Final>> | 
RetryIfUnauthorizedResponseHandler.done(ClientResponse<RetryResponseHolder<Intermediate>> clientResponse)  | 
ClientResponse<Intermediate> | 
ResponseCookieHandler.handleChunk(ClientResponse<Intermediate> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk httpChunk)  | 
ClientResponse<RetryResponseHolder<Intermediate>> | 
RetryIfUnauthorizedResponseHandler.handleChunk(ClientResponse<RetryResponseHolder<Intermediate>> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk httpChunk)  | 
ClientResponse<RetryResponseHolder<Intermediate>> | 
RetryIfUnauthorizedResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse httpResponse)  | 
ClientResponse<Intermediate> | 
ResponseCookieHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse httpResponse)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientResponse<Final> | 
ResponseCookieHandler.done(ClientResponse<Intermediate> clientResponse)  | 
ClientResponse<RetryResponseHolder<Final>> | 
RetryIfUnauthorizedResponseHandler.done(ClientResponse<RetryResponseHolder<Intermediate>> clientResponse)  | 
void | 
ResponseCookieHandler.exceptionCaught(ClientResponse<Intermediate> clientResponse,
               Throwable throwable)  | 
void | 
RetryIfUnauthorizedResponseHandler.exceptionCaught(ClientResponse<RetryResponseHolder<Intermediate>> clientResponse,
               Throwable throwable)  | 
ClientResponse<Intermediate> | 
ResponseCookieHandler.handleChunk(ClientResponse<Intermediate> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk httpChunk)  | 
ClientResponse<RetryResponseHolder<Intermediate>> | 
RetryIfUnauthorizedResponseHandler.handleChunk(ClientResponse<RetryResponseHolder<Intermediate>> clientResponse,
           org.jboss.netty.handler.codec.http.HttpChunk httpChunk)  | 
Copyright © 2011–2018. All rights reserved.