Interface ChannelOutboundHandlerFactory


public interface ChannelOutboundHandlerFactory
Factory interface for building ChannelOutboundHandler instances.
Since:
1.0
Author:
Graeme Rocher
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.ChannelOutboundHandler
    Constructs a new ChannelHandler.
  • Method Details

    • build

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