Uses of Interface
io.netty.channel.MaxBytesRecvByteBufAllocator
Packages that use MaxBytesRecvByteBufAllocator
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of MaxBytesRecvByteBufAllocator in io.netty.channel
Classes in io.netty.channel that implement MaxBytesRecvByteBufAllocatorModifier and TypeClassDescriptionclass
TheRecvByteBufAllocator
that yields a buffer size prediction based upon decrementing the value from the max bytes per read.Methods in io.netty.channel that return MaxBytesRecvByteBufAllocatorModifier and TypeMethodDescriptionMaxBytesRecvByteBufAllocator.maxBytesPerIndividualRead
(int maxBytesPerIndividualRead) Sets the maximum number of bytes to read per individual read operation.MaxBytesRecvByteBufAllocator.maxBytesPerRead
(int maxBytesPerRead) Sets the maximum number of bytes to read per read loop.MaxBytesRecvByteBufAllocator.maxBytesPerReadPair
(int maxBytesPerRead, int maxBytesPerIndividualRead) Sets the maximum number of bytes to read for a read loop and per individual read operation.