Uses of Interface
org.apache.camel.component.netty.NettyServerBootstrapFactory
-
Packages that use NettyServerBootstrapFactory Package Description org.apache.camel.component.netty -
-
Uses of NettyServerBootstrapFactory in org.apache.camel.component.netty
Classes in org.apache.camel.component.netty that implement NettyServerBootstrapFactory Modifier and Type Class Description classClientModeTCPNettyServerBootstrapFactoryANettyServerBootstrapFactorywhich is used by a single consumer (not shared).classSingleTCPNettyServerBootstrapFactoryANettyServerBootstrapFactorywhich is used by a single consumer (not shared).classSingleUDPNettyServerBootstrapFactoryANettyServerBootstrapFactorywhich is used by a single consumer (not shared).Fields in org.apache.camel.component.netty declared as NettyServerBootstrapFactory Modifier and Type Field Description protected NettyServerBootstrapFactoryNettyServerBootstrapConfiguration. nettyServerBootstrapFactoryMethods in org.apache.camel.component.netty that return NettyServerBootstrapFactory Modifier and Type Method Description NettyServerBootstrapFactoryNettyConsumer. getNettyServerBootstrapFactory()NettyServerBootstrapFactoryNettyServerBootstrapConfiguration. getNettyServerBootstrapFactory()Methods in org.apache.camel.component.netty with parameters of type NettyServerBootstrapFactory Modifier and Type Method Description voidNettyConsumer. setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory)voidNettyServerBootstrapConfiguration. setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory)To use a custom NettyServerBootstrapFactory
-