Interface ChannelFutureProgressListener

    • Method Detail

      • operationProgressed

        void operationProgressed​(ChannelFuture future,
                                 long amount,
                                 long current,
                                 long total)
                          throws java.lang.Exception
        Invoked when the I/O operation associated with the ChannelFuture has been progressed.
        Parameters:
        future - the source ChannelFuture which called this callback
        Throws:
        java.lang.Exception