ByteBufAllocator.heapBuffer

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

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

Meta