Package-level declarations
Types
Link copied to clipboard
class ByteBufferPool(capacity: Int = DEFAULT_POOL_CAPACITY, val bufferSize: Int = DEFAULT_BUFFER_SIZE) : DefaultPool<ByteBuffer>
Link copied to clipboard
Default object pool implementation.
Link copied to clipboard
class DirectByteBufferPool(capacity: Int = DEFAULT_POOL_CAPACITY, val bufferSize: Int = DEFAULT_BUFFER_SIZE) : DefaultPool<ByteBuffer>
Link copied to clipboard
A pool implementation of zero capacity that always creates new instances
Link copied to clipboard
Link copied to clipboard
A pool that produces at most one instance