Interface ByteBufferPool

    • Method Detail

      • getArrayBackedPool

        ByteBufferPool getArrayBackedPool()
        If this byte buffer pool corresponds to an array backed pool then this will return itself. Otherwise it will return an array backed pool that contains buffers of the same size.
        Returns:
        An array backed pool of the same size
      • getBufferSize

        int getBufferSize()
      • isDirect

        boolean isDirect()