Package org.apache.http.nio.util
Interface ByteBufferAllocator
-
- All Known Implementing Classes:
DirectByteBufferAllocator,HeapByteBufferAllocator
public interface ByteBufferAllocatorAbstract interface to allocateByteBufferinstances.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBufferallocate(int size)AllocatesByteBufferof the given size.
-