Uses of Interface
org.apache.camel.component.netty.NettyServerBootstrapFactory

Packages that use NettyServerBootstrapFactory
org.apache.camel.component.netty   
 

Uses of NettyServerBootstrapFactory in org.apache.camel.component.netty
 

Classes in org.apache.camel.component.netty that implement NettyServerBootstrapFactory
 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).
 

Fields in org.apache.camel.component.netty declared as NettyServerBootstrapFactory
protected  NettyServerBootstrapFactory NettyServerBootstrapConfiguration.nettyServerBootstrapFactory
           
 

Methods in org.apache.camel.component.netty that return NettyServerBootstrapFactory
 NettyServerBootstrapFactory NettyConsumer.getNettyServerBootstrapFactory()
           
 NettyServerBootstrapFactory NettyServerBootstrapConfiguration.getNettyServerBootstrapFactory()
           
 

Methods in org.apache.camel.component.netty with parameters of type NettyServerBootstrapFactory
 void NettyConsumer.setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory)
           
 void NettyServerBootstrapConfiguration.setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory)
           
 



Apache Camel