public class BytesAccumulatingResponseHandler extends InputStreamResponseHandler
HttpResponseHandler.TrafficCop| Constructor and Description |
|---|
BytesAccumulatingResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getStatus() |
ClientResponse<AppendableByteArrayInputStream> |
handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response,
HttpResponseHandler.TrafficCop trafficCop) |
done, exceptionCaught, handleChunkpublic ClientResponse<AppendableByteArrayInputStream> handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop)
handleResponse in interface HttpResponseHandler<AppendableByteArrayInputStream,InputStream>handleResponse in class InputStreamResponseHandlerpublic int getStatus()
public String getDescription()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.