| Package | Description |
|---|---|
| com.metamx.http.client.response |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse<AppendableByteArrayInputStream> |
InputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse,
org.jboss.netty.handler.codec.http.HttpChunk chunk) |
ClientResponse<AppendableByteArrayInputStream> |
InputStreamResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse<InputStream> |
InputStreamResponseHandler.done(ClientResponse<AppendableByteArrayInputStream> clientResponse) |
void |
InputStreamResponseHandler.exceptionCaught(ClientResponse<AppendableByteArrayInputStream> clientResponse,
Throwable e) |
ClientResponse<AppendableByteArrayInputStream> |
InputStreamResponseHandler.handleChunk(ClientResponse<AppendableByteArrayInputStream> clientResponse,
org.jboss.netty.handler.codec.http.HttpChunk chunk) |
Copyright © 2015. All rights reserved.