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 |
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic abstract ClientInitializerFactory createPipelineFactory(NettyProducer producer)
ClientInitializerFactory using the given NettyProducerproducer - the associated producersClientInitializerFactory associated to the given producer.Apache Camel