|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pool | |
|---|---|
| org.xnio | The main API package for XNIO. |
| Uses of Pool in org.xnio |
|---|
| Classes in org.xnio that implement Pool | |
|---|---|
class |
ByteBufferSlicePool
A buffer pooled allocator. |
| Methods in org.xnio that return Pool | ||
|---|---|---|
static
|
Buffers.allocatedBufferPool(BufferAllocator<B> allocator,
int size)
A buffer pool which allocates a new buffer on every allocate request, and discards buffers on free. |
|
static Pool<ByteBuffer> |
Buffers.secureBufferPool(Pool<ByteBuffer> delegate)
A byte buffer pool which zeroes the content of the buffer before re-pooling it. |
|
| Methods in org.xnio with parameters of type Pool | |
|---|---|
static boolean |
Buffers.isSecureBufferPool(Pool<?> pool)
Determine whether the given pool is a secure pool. |
static Pool<ByteBuffer> |
Buffers.secureBufferPool(Pool<ByteBuffer> delegate)
A byte buffer pool which zeroes the content of the buffer before re-pooling it. |
|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||