Package | Description |
---|---|
org.apache.camel.component.netty | |
org.apache.camel.component.netty.handlers |
Modifier and Type | Method and Description |
---|---|
abstract ServerPipelineFactory |
ServerPipelineFactory.createPipelineFactory(NettyConsumer consumer)
Creates a new
ClientPipelineFactory using the given NettyConsumer |
ServerPipelineFactory |
DefaultServerPipelineFactory.createPipelineFactory(NettyConsumer consumer) |
Constructor and Description |
---|
DefaultServerPipelineFactory(NettyConsumer consumer) |
NettyConsumerExceptionHandler(NettyConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.netty.channel.ChannelFutureListener |
ServerChannelHandler.createResponseFutureListener(NettyConsumer consumer,
org.apache.camel.Exchange exchange,
SocketAddress remoteAddress)
Creates the
ChannelFutureListener to execute when writing the response is complete. |
Constructor and Description |
---|
ServerChannelHandler(NettyConsumer consumer) |
ServerResponseFutureListener(NettyConsumer consumer,
org.apache.camel.Exchange exchange,
SocketAddress remoteAddress) |
Apache Camel