public class HttpClientChannelHandler
extends org.apache.camel.component.netty.handlers.ClientChannelHandler
ClientChannelHandler that handles the response combing
 back from the HTTP server, called by this client.| Constructor and Description | 
|---|
HttpClientChannelHandler(NettyHttpProducer producer)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.apache.camel.Message | 
getResponseMessage(org.apache.camel.Exchange exchange,
                  org.jboss.netty.channel.MessageEvent messageEvent)  | 
void | 
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
               org.jboss.netty.channel.MessageEvent messageEvent)  | 
channelClosed, channelOpen, exceptionCaught, getExchangepublic HttpClientChannelHandler(NettyHttpProducer producer)
Apache Camel