Class FixedRecvByteBufAllocator

java.lang.Object
io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
io.netty.channel.FixedRecvByteBufAllocator
All Implemented Interfaces:
MaxMessagesRecvByteBufAllocator, RecvByteBufAllocator

public class FixedRecvByteBufAllocator extends DefaultMaxMessagesRecvByteBufAllocator
The RecvByteBufAllocator that always yields the same buffer size prediction. This predictor ignores the feed back from the I/O thread.