Interface ChannelOperation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel​(SocketAddress address, Throwable cause)
      Invoked when the callback cannot be invoked due to timeout or terminated pool.
      void invoke​(io.netty.channel.Channel channel)
      Invoked on an active channel ready to be written
    • Method Detail

      • invoke

        void invoke​(io.netty.channel.Channel channel)
        Invoked on an active channel ready to be written
      • cancel

        void cancel​(SocketAddress address,
                    Throwable cause)
        Invoked when the callback cannot be invoked due to timeout or terminated pool.
        Parameters:
        address -
        cause -