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,
io.netty.channel.ChannelHandlerContext ctx,
Object message) |
channelActive, channelInactive, channelRead0, channelReadComplete, exceptionCaughtacceptInboundMessage, channelReadchannelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic HttpClientChannelHandler(NettyHttpProducer producer)
protected org.apache.camel.Message getResponseMessage(org.apache.camel.Exchange exchange,
io.netty.channel.ChannelHandlerContext ctx,
Object message)
throws Exception
getResponseMessage in class org.apache.camel.component.netty.handlers.ClientChannelHandlerExceptionApache Camel