Interface ChannelGroupFutureListener

    • Method Detail

      • operationComplete

        void operationComplete​(ChannelGroupFuture future)
                        throws java.lang.Exception
        Invoked when all I/O operations associated with the ChannelGroupFuture have been completed.
        Parameters:
        future - The source ChannelGroupFuture which called this callback.
        Throws:
        java.lang.Exception