Package dev.relism.flash.http2.message
Class DataBufferPool
java.lang.Object
dev.relism.flash.http2.message.DataBufferPool
Bounded connection-owned free list of frame-sized request-body buffers.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataBufferPool
public DataBufferPool(int bufferSize, int maxBuffers)
-
-
Method Details
-
createdCount
public int createdCount() -
availableCount
public int availableCount() -
capacity
public int capacity()
-