Intermediate - intermediate response type.Final - final response type.public class ResponseCookieHandler<Intermediate,Final> extends Object implements org.apache.druid.java.util.http.client.response.HttpResponseHandler<Intermediate,Final>
| Modifier and Type | Method and Description |
|---|---|
org.apache.druid.java.util.http.client.response.ClientResponse<Final> |
done(org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> clientResponse) |
void |
exceptionCaught(org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> clientResponse,
Throwable throwable) |
org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> |
handleChunk(org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> clientResponse,
org.jboss.netty.handler.codec.http.HttpChunk httpChunk,
long chunkNum) |
org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> |
handleResponse(org.jboss.netty.handler.codec.http.HttpResponse httpResponse,
org.apache.druid.java.util.http.client.response.HttpResponseHandler.TrafficCop trafficCop) |
public org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> handleResponse(org.jboss.netty.handler.codec.http.HttpResponse httpResponse, org.apache.druid.java.util.http.client.response.HttpResponseHandler.TrafficCop trafficCop)
handleResponse in interface org.apache.druid.java.util.http.client.response.HttpResponseHandler<Intermediate,Final>public org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> handleChunk(org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk httpChunk, long chunkNum)
handleChunk in interface org.apache.druid.java.util.http.client.response.HttpResponseHandler<Intermediate,Final>public org.apache.druid.java.util.http.client.response.ClientResponse<Final> done(org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> clientResponse)
done in interface org.apache.druid.java.util.http.client.response.HttpResponseHandler<Intermediate,Final>public void exceptionCaught(org.apache.druid.java.util.http.client.response.ClientResponse<Intermediate> clientResponse, Throwable throwable)
exceptionCaught in interface org.apache.druid.java.util.http.client.response.HttpResponseHandler<Intermediate,Final>Copyright © 2022 The Apache Software Foundation. All rights reserved.