java.lang.Object | |
↳ | org.apache.http.nio.util.HeapByteBufferAllocator |
Allocates ByteBuffer instances using
allocate(int)
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Allocates ByteBuffer of the given size.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Allocates ByteBuffer of the given size.
size | the size of the buffer. |
---|