@UnstableApi public static interface RecvByteBufAllocator.ExtendedHandle extends RecvByteBufAllocator.Handle
Modifier and Type | Method and Description |
---|---|
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, reset
boolean 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.Copyright © 2008–2017 The Netty Project. All rights reserved.