程序包 | 说明 |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.util |
Benchmarks for
io.netty.util . |
限定符和类型 | 方法和说明 |
---|---|
boolean |
RecvByteBufAllocator.ExtendedHandle.continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier)
Same as
RecvByteBufAllocator.Handle.continueReading() except "more data" is determined by the supplier parameter. |
boolean |
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier) |
限定符和类型 | 字段和说明 |
---|---|
static UncheckedBooleanSupplier |
UncheckedBooleanSupplier.FALSE_SUPPLIER
A supplier which always returns
false and never throws. |
static UncheckedBooleanSupplier |
UncheckedBooleanSupplier.TRUE_SUPPLIER
A supplier which always returns
true and never throws. |