Interface ChannelOutboundHandlerFactory


  • public interface ChannelOutboundHandlerFactory
    Factory interface for building ChannelOutboundHandler instances.
    Since:
    1.0
    • Method Detail

      • build

        io.netty.channel.ChannelOutboundHandler build()
        Constructs a new ChannelHandler.
        Returns:
        The new ChannelHandler