Class ThreadLocalStreamBufferPool

java.lang.Object
net.officefloor.server.stream.impl.AbstractStreamBufferPool<ByteBuffer>
net.officefloor.server.stream.impl.ThreadLocalStreamBufferPool
All Implemented Interfaces:
AutoCloseable, ThreadCompletionListener, ThreadCompletionListenerFactory, StreamBufferPool<ByteBuffer>

public class ThreadLocalStreamBufferPool extends AbstractStreamBufferPool<ByteBuffer> implements ThreadCompletionListenerFactory, ThreadCompletionListener
StreamBufferPool of ByteBuffer instances that utilises ThreadLocal caches for performance.
Author:
Daniel Sagenschneider