Class DirectByteBufferAllocator

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

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