Class HeapByteBufferAllocator

java.lang.Object
org.apache.http.nio.util.HeapByteBufferAllocator
All Implemented Interfaces:
ByteBufferAllocator

@Contract(threading=IMMUTABLE) public class HeapByteBufferAllocator extends Object implements ByteBufferAllocator
Allocates ByteBuffer instances using ByteBuffer.allocate(int).
Since:
4.0