Class DataBufferPool

java.lang.Object
dev.relism.flash.http2.message.DataBufferPool

public final class DataBufferPool extends Object
Bounded connection-owned free list of frame-sized request-body buffers.
  • Constructor Details

    • DataBufferPool

      public DataBufferPool(int bufferSize, int maxBuffers)
  • Method Details

    • createdCount

      public int createdCount()
    • availableCount

      public int availableCount()
    • capacity

      public int capacity()