An object responsible for allocation of buffers. This is an extension point to enable buffer pooling within an application.
Allocates a direct (i.e. non-heap) buffer with the given capacity.
Returns an unpooled buffer allocator, which will create a new buffer for each request.
See Implementation
An object responsible for allocation of buffers. This is an extension point to enable buffer pooling within an application.