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 DefaultMaxBytesRecvBufferAllocator
DefaultMaxBytesRecvBufferAllocator. maxBytesPerIndividualRead(int maxBytesPerIndividualRead)
DefaultMaxBytesRecvBufferAllocator
DefaultMaxBytesRecvBufferAllocator. maxBytesPerRead(int maxBytesPerRead)
DefaultMaxBytesRecvBufferAllocator
DefaultMaxBytesRecvBufferAllocator. maxBytesPerReadPair(int maxBytesPerRead, int maxBytesPerIndividualRead)
-