XNIO API 3.0.7.GA

Uses of Interface
org.xnio.Pool

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
<B extends Buffer>
Pool<B>
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

Copyright © 2010 JBoss, a division of Red Hat, Inc.