Uses of Class
io.netty5.channel.AdaptiveRecvBufferAllocator
-
Packages that use AdaptiveRecvBufferAllocator 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 AdaptiveRecvBufferAllocator in io.netty5.channel
Fields in io.netty5.channel declared as AdaptiveRecvBufferAllocator Modifier and Type Field Description static AdaptiveRecvBufferAllocator
AdaptiveRecvBufferAllocator. DEFAULT
Deprecated.There is state forDefaultMaxMessagesRecvBufferAllocator.maxMessagesPerRead()
which is typically based upon channel type.
-