ByteBufAllocator.compositeBuffer

Allocate a {@link CompositeByteBuf} with the given maximum number of components that can be stored in it. If it is a direct or heap buffer depends on the actual implementation.

  1. CompositeByteBuf compositeBuffer()
  2. CompositeByteBuf compositeBuffer(int maxNumComponents)
    interface ByteBufAllocator

Meta