Uses of Class
org.apache.camel.component.netty.NettyProducer
-
Packages that use NettyProducer Package Description org.apache.camel.component.netty org.apache.camel.component.netty.handlers -
-
Uses of NettyProducer in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty with parameters of type NettyProducer Modifier and Type Method Description abstract ClientInitializerFactory
ClientInitializerFactory. createPipelineFactory(NettyProducer producer)
Creates a newClientInitializerFactory
using the givenNettyProducer
ClientInitializerFactory
DefaultClientInitializerFactory. createPipelineFactory(NettyProducer producer)
Constructors in org.apache.camel.component.netty with parameters of type NettyProducer Constructor Description DefaultClientInitializerFactory(NettyProducer producer)
-
Uses of NettyProducer in org.apache.camel.component.netty.handlers
Constructors in org.apache.camel.component.netty.handlers with parameters of type NettyProducer Constructor Description ClientChannelHandler(NettyProducer producer)
-