Interface RecvByteBufAllocator.ExtendedHandle
- All Superinterfaces:
RecvByteBufAllocator.Handle
- All Known Implementing Classes:
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- Enclosing interface:
RecvByteBufAllocator
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontinueReading(UncheckedBooleanSupplier maybeMoreDataSupplier) Same asRecvByteBufAllocator.Handle.continueReading()except "more data" is determined by the supplier parameter.Methods inherited from interface RecvByteBufAllocator.Handle
allocate, attemptedBytesRead, attemptedBytesRead, continueReading, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, reset
-
Method Details
-
continueReading
Same asRecvByteBufAllocator.Handle.continueReading()except "more data" is determined by the supplier parameter.- Parameters:
maybeMoreDataSupplier- A supplier that determines if there maybe more data to read.
-