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, exceptionCaught
acceptInboundMessage, channelRead
channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public 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.ClientChannelHandler
Exception
Apache Camel