ByteBufAllocator.directBuffer

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

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

Meta