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