Interface CapacityChannel

    • Method Detail

      • update

        void update​(int increment)
             throws java.io.IOException
        Updates data capacity information through this channel. The total number of bytes the consumer is capable of accepting is incremented by the given increment number.
        Parameters:
        increment - non-negative number of extra bytes the consumer can accept.
        Throws:
        java.io.IOException