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 TypeClassDescriptionclassTheRecvByteBufAllocatorthat automatically increases and decreases the predicted buffer size on feed back.classDefault implementation ofMaxMessagesRecvByteBufAllocatorwhich respectsChannelConfig.isAutoRead()and also prevents overflow.classTheRecvByteBufAllocatorthat always yields the same buffer size prediction.final classMaxMessagesRecvByteBufAllocatorimplementation which should be used forServerChannels.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.