Uses of Interface
io.netty.util.UncheckedBooleanSupplier
Packages that use UncheckedBooleanSupplier
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Utility classes used across multiple packages.
-
Uses of UncheckedBooleanSupplier in io.netty.channel
Methods in io.netty.channel with parameters of type UncheckedBooleanSupplierModifier and TypeMethodDescriptionbooleanDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier) booleanRecvByteBufAllocator.ExtendedHandle.continueReading(UncheckedBooleanSupplier maybeMoreDataSupplier) Same asRecvByteBufAllocator.Handle.continueReading()except "more data" is determined by the supplier parameter. -
Uses of UncheckedBooleanSupplier in io.netty.util
Fields in io.netty.util declared as UncheckedBooleanSupplierModifier and TypeFieldDescriptionstatic final UncheckedBooleanSupplierUncheckedBooleanSupplier.FALSE_SUPPLIERA supplier which always returnsfalseand never throws.static final UncheckedBooleanSupplierUncheckedBooleanSupplier.TRUE_SUPPLIERA supplier which always returnstrueand never throws.