Uses of Interface
io.netty.channel.MaxMessagesRecvByteBufAllocator
-
Packages that use MaxMessagesRecvByteBufAllocator Package Description io.netty.channel 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 MaxMessagesRecvByteBufAllocator Modifier and Type Class Description classAdaptiveRecvByteBufAllocatorTheRecvByteBufAllocatorthat automatically increases and decreases the predicted buffer size on feed back.classDefaultMaxMessagesRecvByteBufAllocatorDefault implementation ofMaxMessagesRecvByteBufAllocatorwhich respectsChannelConfig.isAutoRead()and also prevents overflow.classFixedRecvByteBufAllocatorTheRecvByteBufAllocatorthat always yields the same buffer size prediction.classServerChannelRecvByteBufAllocatorMaxMessagesRecvByteBufAllocatorimplementation which should be used forServerChannels.Methods in io.netty.channel that return MaxMessagesRecvByteBufAllocator Modifier and Type Method Description MaxMessagesRecvByteBufAllocatorDefaultMaxMessagesRecvByteBufAllocator. maxMessagesPerRead(int maxMessagesPerRead)MaxMessagesRecvByteBufAllocatorMaxMessagesRecvByteBufAllocator. maxMessagesPerRead(int maxMessagesPerRead)Sets the maximum number of messages to read per read loop.
-