Interface RecvByteBufAllocator.ExtendedHandle

    • Method Detail

      • continueReading

        boolean continueReading​(io.netty.util.UncheckedBooleanSupplier maybeMoreDataSupplier)
        Same as RecvByteBufAllocator.Handle.continueReading() except "more data" is determined by the supplier parameter.
        Parameters:
        maybeMoreDataSupplier - A supplier that determines if there maybe more data to read.