Class DefaultMaxBytesRecvByteBufAllocator

java.lang.Object
io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
All Implemented Interfaces:
MaxBytesRecvByteBufAllocator, RecvByteBufAllocator

public class DefaultMaxBytesRecvByteBufAllocator extends Object implements MaxBytesRecvByteBufAllocator
The RecvByteBufAllocator that yields a buffer size prediction based upon decrementing the value from the max bytes per read.