ByteBufAllocator.ioBuffer

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

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

Meta