@UnstableApi public static interface RecvByteBufAllocator.ExtendedHandle extends RecvByteBufAllocator.Handle
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier)Same as  RecvByteBufAllocator.Handle.continueReading()except "more data" is determined by the supplier parameter. | 
allocate, attemptedBytesRead, attemptedBytesRead, continueReading, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, resetboolean continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier)
RecvByteBufAllocator.Handle.continueReading() except "more data" is determined by the supplier parameter.maybeMoreDataSupplier - A supplier that determines if there maybe more data to read.