ByteBufAllocator.ioBuffer

Allocate a {@link ByteBuf}, preferably a direct buffer which is suitable for I/O.

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

Meta