Uses of Interface
io.netty.channel.MaxMessagesRecvByteBufAllocator
Packages that use MaxMessagesRecvByteBufAllocator
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of MaxMessagesRecvByteBufAllocator in io.netty.channel
Classes in io.netty.channel that implement MaxMessagesRecvByteBufAllocatorModifier and TypeClassDescriptionclass
TheRecvByteBufAllocator
that automatically increases and decreases the predicted buffer size on feed back.class
Default implementation ofMaxMessagesRecvByteBufAllocator
which respectsChannelConfig.isAutoRead()
and also prevents overflow.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 MaxMessagesRecvByteBufAllocatorModifier and TypeMethodDescriptionDefaultMaxMessagesRecvByteBufAllocator.maxMessagesPerRead
(int maxMessagesPerRead) MaxMessagesRecvByteBufAllocator.maxMessagesPerRead
(int maxMessagesPerRead) Sets the maximum number of messages to read per read loop.