Class ClientInitializerFactory

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Direct Known Subclasses:
    DefaultClientInitializerFactory

    public abstract class ClientInitializerFactory
    extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
    Factory to create 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.

    See Also:
    ChannelInitializer