| Package | Description | 
|---|---|
| org.apache.camel.component.netty | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientModeTCPNettyServerBootstrapFactory
A  
NettyServerBootstrapFactory which is used by a single consumer (not shared). | 
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)
To use a custom NettyServerBootstrapFactory 
 | 
Apache Camel