ByteBufAllocator.directBuffer

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

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

Meta