|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NettyConsumer | |
|---|---|
| org.apache.camel.component.netty | |
| org.apache.camel.component.netty.handlers | |
| Uses of NettyConsumer in org.apache.camel.component.netty |
|---|
| Methods in org.apache.camel.component.netty with parameters of type NettyConsumer | |
|---|---|
void |
SingleUDPNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer)
|
void |
SingleTCPNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer)
|
void |
NettyServerBootstrapFactory.addConsumer(NettyConsumer consumer)
When a NettyConsumer is added and uses this bootstrap factory. |
abstract ServerPipelineFactory |
ServerPipelineFactory.createPipelineFactory(NettyConsumer consumer)
Creates a new ClientPipelineFactory using the given NettyConsumer |
ServerPipelineFactory |
DefaultServerPipelineFactory.createPipelineFactory(NettyConsumer consumer)
|
void |
SingleUDPNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer)
|
void |
SingleTCPNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer)
|
void |
NettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer)
When a NettyConsumer is removed and no longer using this bootstrap factory. |
| Constructors in org.apache.camel.component.netty with parameters of type NettyConsumer | |
|---|---|
DefaultServerPipelineFactory(NettyConsumer consumer)
|
|
NettyConsumerExceptionHandler(NettyConsumer consumer)
|
|
| Uses of NettyConsumer in org.apache.camel.component.netty.handlers |
|---|
| Methods in org.apache.camel.component.netty.handlers with parameters of type NettyConsumer | |
|---|---|
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. |
| Constructors in org.apache.camel.component.netty.handlers with parameters of type NettyConsumer | |
|---|---|
ServerChannelHandler(NettyConsumer consumer)
|
|
ServerResponseFutureListener(NettyConsumer consumer,
org.apache.camel.Exchange exchange,
SocketAddress remoteAddress)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||