Uses of Class
io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
Packages that use DefaultMaxBytesRecvByteBufAllocator 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 DefaultMaxBytesRecvByteBufAllocator in io.netty.channel
Methods in io.netty.channel that return DefaultMaxBytesRecvByteBufAllocator Modifier and Type Method Description DefaultMaxBytesRecvByteBufAllocator
DefaultMaxBytesRecvByteBufAllocator. maxBytesPerIndividualRead(int maxBytesPerIndividualRead)
DefaultMaxBytesRecvByteBufAllocator
DefaultMaxBytesRecvByteBufAllocator. maxBytesPerRead(int maxBytesPerRead)
DefaultMaxBytesRecvByteBufAllocator
DefaultMaxBytesRecvByteBufAllocator. maxBytesPerReadPair(int maxBytesPerRead, int maxBytesPerIndividualRead)
-