@UnstableApi public static interface RecvByteBufAllocator.ExtendedHandle extends RecvByteBufAllocator.Handle
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier)
与
RecvByteBufAllocator.Handle.continueReading()相同,但“更多数据”由供应商参数确定。
|
allocate, attemptedBytesRead, attemptedBytesRead, continueReading, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, resetboolean continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier)
RecvByteBufAllocator.Handle.continueReading() ”相同,但“更多数据”由供应商参数确定。
maybeMoreDataSupplier - 确定是否有更多数据可供读取的供应商。
Copyright © 2008–2018 The Netty Project. All rights reserved.