Interface BufferAllocator


  • public interface BufferAllocator
    • Method Detail

      • allocateBuffer

        io.netty.buffer.ByteBuf allocateBuffer()
      • allocateBuffer

        io.netty.buffer.ByteBuf allocateBuffer​(boolean direct)
      • allocateBuffer

        io.netty.buffer.ByteBuf allocateBuffer​(int bufferSize)
      • allocateBuffer

        io.netty.buffer.ByteBuf allocateBuffer​(boolean direct,
                                               int bufferSize)
      • getBufferSize

        int getBufferSize()