Uses of Class
io.netty.channel.AdaptiveRecvByteBufAllocator
Packages that use AdaptiveRecvByteBufAllocator
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of AdaptiveRecvByteBufAllocator in io.netty.channel
Fields in io.netty.channel declared as AdaptiveRecvByteBufAllocatorModifier and TypeFieldDescriptionstatic final AdaptiveRecvByteBufAllocator
AdaptiveRecvByteBufAllocator.DEFAULT
Deprecated.Methods in io.netty.channel that return AdaptiveRecvByteBufAllocatorModifier and TypeMethodDescriptionAdaptiveRecvByteBufAllocator.respectMaybeMoreData
(boolean respectMaybeMoreData)
DefaultMaxMessagesRecvByteBufAllocator.maxMessagesPerRead()
which is typically based upon channel type.