ByteBufAllocator.heapBuffer

Allocate a heap {@link ByteBuf} with the given initial capacity and the given maximal capacity.

  1. ByteBuf heapBuffer()
  2. ByteBuf heapBuffer(int initialCapacity)
  3. ByteBuf heapBuffer(int initialCapacity, int maxCapacity)
    interface ByteBufAllocator

Meta