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