Package | Description |
---|---|
org.apache.camel.component.netty |
Modifier and Type | Class and Description |
---|---|
class |
SingleTCPNettyServerBootstrapFactory
A
NettyServerBootstrapFactory which is used by a single consumer (not shared). |
class |
SingleUDPNettyServerBootstrapFactory
A
NettyServerBootstrapFactory which is used by a single consumer (not shared). |
Modifier and Type | Field and Description |
---|---|
protected NettyServerBootstrapFactory |
NettyServerBootstrapConfiguration.nettyServerBootstrapFactory |
Modifier and Type | Method and Description |
---|---|
NettyServerBootstrapFactory |
NettyConsumer.getNettyServerBootstrapFactory() |
NettyServerBootstrapFactory |
NettyServerBootstrapConfiguration.getNettyServerBootstrapFactory() |
Modifier and Type | Method and Description |
---|---|
void |
NettyConsumer.setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory) |
void |
NettyServerBootstrapConfiguration.setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory) |
Apache Camel