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 class
ClientModeTCPNettyServerBootstrapFactory
ANettyServerBootstrapFactory
which is used by a single consumer (not shared).class
SingleTCPNettyServerBootstrapFactory
ANettyServerBootstrapFactory
which is used by a single consumer (not shared).class
SingleUDPNettyServerBootstrapFactory
ANettyServerBootstrapFactory
which is used by a single consumer (not shared).Fields in org.apache.camel.component.netty declared as NettyServerBootstrapFactory Modifier and Type Field Description protected NettyServerBootstrapFactory
NettyServerBootstrapConfiguration. nettyServerBootstrapFactory
Methods in org.apache.camel.component.netty that return NettyServerBootstrapFactory Modifier and Type Method Description NettyServerBootstrapFactory
NettyConsumer. getNettyServerBootstrapFactory()
NettyServerBootstrapFactory
NettyServerBootstrapConfiguration. getNettyServerBootstrapFactory()
Methods in org.apache.camel.component.netty with parameters of type NettyServerBootstrapFactory Modifier and Type Method Description void
NettyConsumer. setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory)
void
NettyServerBootstrapConfiguration. setNettyServerBootstrapFactory(NettyServerBootstrapFactory nettyServerBootstrapFactory)
To use a custom NettyServerBootstrapFactory
-