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 classAdaptiveRecvByteBufAllocatorTheRecvByteBufAllocatorthat automatically increases and decreases the predicted buffer size on feed back.classFixedRecvByteBufAllocatorTheRecvByteBufAllocatorthat always yields the same buffer size prediction.classServerChannelRecvByteBufAllocatorMaxMessagesRecvByteBufAllocatorimplementation which should be used forServerChannels.Methods in io.netty.channel that return DefaultMaxMessagesRecvByteBufAllocator Modifier and Type Method Description DefaultMaxMessagesRecvByteBufAllocatorDefaultMaxMessagesRecvByteBufAllocator. respectMaybeMoreData(boolean respectMaybeMoreData)Determine if future instances ofRecvByteBufAllocator.newHandle()will stop reading if we think there is no more data.
-