Package | Description |
---|---|
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 |
Utility classes used across multiple packages.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
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. |
Copyright © 2008–2024 The Netty Project. All rights reserved.