Uses of Class
io.netty.channel.AdaptiveRecvByteBufAllocator
-
Packages that use AdaptiveRecvByteBufAllocator Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of AdaptiveRecvByteBufAllocator in io.netty.channel
Fields in io.netty.channel declared as AdaptiveRecvByteBufAllocator Modifier and Type Field Description static AdaptiveRecvByteBufAllocator
AdaptiveRecvByteBufAllocator. DEFAULT
Deprecated.There is state forDefaultMaxMessagesRecvByteBufAllocator.maxMessagesPerRead()
which is typically based upon channel type.Methods in io.netty.channel that return AdaptiveRecvByteBufAllocator Modifier and Type Method Description AdaptiveRecvByteBufAllocator
AdaptiveRecvByteBufAllocator. respectMaybeMoreData(boolean respectMaybeMoreData)
-