Uses of Class
io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
Packages that use DefaultMaxMessagesRecvByteBufAllocator
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of DefaultMaxMessagesRecvByteBufAllocator in io.netty.channel
Subclasses of DefaultMaxMessagesRecvByteBufAllocator in io.netty.channelModifier and TypeClassDescriptionclass
TheRecvByteBufAllocator
that automatically increases and decreases the predicted buffer size on feed back.class
TheRecvByteBufAllocator
that always yields the same buffer size prediction.final class
MaxMessagesRecvByteBufAllocator
implementation which should be used forServerChannel
s.Methods in io.netty.channel that return DefaultMaxMessagesRecvByteBufAllocatorModifier and TypeMethodDescriptionDefaultMaxMessagesRecvByteBufAllocator.respectMaybeMoreData
(boolean respectMaybeMoreData) Determine if future instances ofRecvByteBufAllocator.newHandle()
will stop reading if we think there is no more data.