public abstract class ClientInitializerFactory
extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
ChannelPipeline
for clients, eg NettyProducer
.
Implementators must support creating a new instance of this factory which is associated to the given
NettyProducer
using the createPipelineFactory(NettyProducer)
method.ChannelInitializer
Constructor and Description |
---|
ClientInitializerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract ClientInitializerFactory |
createPipelineFactory(NettyProducer producer)
Creates a new
ClientInitializerFactory using the given NettyProducer |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved, initChannel
public abstract ClientInitializerFactory createPipelineFactory(NettyProducer producer)
ClientInitializerFactory
using the given NettyProducer
producer
- the associated producersClientInitializerFactory
associated to the given producer.Apache Camel