Uses of Class
io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
Packages that use DefaultMaxMessagesRecvByteBufAllocator
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of DefaultMaxMessagesRecvByteBufAllocator in io.netty.channel
Subclasses of DefaultMaxMessagesRecvByteBufAllocator in io.netty.channelModifier and TypeClassDescriptionclassTheRecvByteBufAllocatorthat automatically increases and decreases the predicted buffer size on feed back.classTheRecvByteBufAllocatorthat always yields the same buffer size prediction.final classMaxMessagesRecvByteBufAllocatorimplementation which should be used forServerChannels.Methods in io.netty.channel that return DefaultMaxMessagesRecvByteBufAllocatorModifier and TypeMethodDescriptionDefaultMaxMessagesRecvByteBufAllocator.respectMaybeMoreData(boolean respectMaybeMoreData) Determine if future instances ofRecvByteBufAllocator.newHandle()will stop reading if we think there is no more data.