Uses of Interface
org.apache.camel.component.netty.NettyServerBootstrapFactory
Packages that use NettyServerBootstrapFactory
-
Uses of NettyServerBootstrapFactory in org.apache.camel.component.netty
Classes in org.apache.camel.component.netty that implement NettyServerBootstrapFactoryModifier and TypeClassDescriptionclass
ANettyServerBootstrapFactory
which is used by a single consumer (not shared).class
ANettyServerBootstrapFactory
which is used by a single consumer (not shared).class
ANettyServerBootstrapFactory
which is used by a single consumer (not shared).Fields in org.apache.camel.component.netty declared as NettyServerBootstrapFactoryModifier and TypeFieldDescriptionprotected NettyServerBootstrapFactory
NettyServerBootstrapConfiguration.nettyServerBootstrapFactory
Methods in org.apache.camel.component.netty that return NettyServerBootstrapFactoryModifier and TypeMethodDescriptionNettyConsumer.getNettyServerBootstrapFactory()
NettyServerBootstrapConfiguration.getNettyServerBootstrapFactory()
Methods in org.apache.camel.component.netty with parameters of type NettyServerBootstrapFactoryModifier and TypeMethodDescriptionvoid
NettyConsumer.setNettyServerBootstrapFactory
(NettyServerBootstrapFactory nettyServerBootstrapFactory) void
NettyServerBootstrapConfiguration.setNettyServerBootstrapFactory
(NettyServerBootstrapFactory nettyServerBootstrapFactory) To use a custom NettyServerBootstrapFactory