Class ServerChannelRecvByteBufAllocator

java.lang.Object
io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
io.netty.channel.ServerChannelRecvByteBufAllocator
All Implemented Interfaces:
MaxMessagesRecvByteBufAllocator, RecvByteBufAllocator

public final class ServerChannelRecvByteBufAllocator extends DefaultMaxMessagesRecvByteBufAllocator
MaxMessagesRecvByteBufAllocator implementation which should be used for ServerChannels.
  • Constructor Details

    • ServerChannelRecvByteBufAllocator

      public ServerChannelRecvByteBufAllocator()
  • Method Details

    • newHandle

      public RecvByteBufAllocator.Handle newHandle()
      Description copied from interface: RecvByteBufAllocator
      Creates a new handle. The handle provides the actual operations and keeps the internal information which is required for predicting an optimal buffer capacity.