Uses of Class
io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
Packages that use DefaultMaxMessagesRecvByteBufAllocator 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 DefaultMaxMessagesRecvByteBufAllocator in io.netty.channel
Subclasses of DefaultMaxMessagesRecvByteBufAllocator in io.netty.channel Modifier and Type Class Description class
AdaptiveRecvByteBufAllocator
TheRecvByteBufAllocator
that automatically increases and decreases the predicted buffer size on feed back.class
FixedRecvByteBufAllocator
TheRecvByteBufAllocator
that always yields the same buffer size prediction.class
ServerChannelRecvByteBufAllocator
MaxMessagesRecvByteBufAllocator
implementation which should be used forServerChannel
s.Methods in io.netty.channel that return DefaultMaxMessagesRecvByteBufAllocator Modifier and Type Method Description DefaultMaxMessagesRecvByteBufAllocator
DefaultMaxMessagesRecvByteBufAllocator. respectMaybeMoreData(boolean respectMaybeMoreData)
Determine if future instances ofRecvByteBufAllocator.newHandle()
will stop reading if we think there is no more data.
-