Uses of Interface
org.apache.mina.common.ByteBufferAllocator

Packages that use ByteBufferAllocator
org.apache.mina.common Common types required for users to use MINA. 
 

Uses of ByteBufferAllocator in org.apache.mina.common
 

Classes in org.apache.mina.common that implement ByteBufferAllocator
 class PooledByteBufferAllocator
          A ByteBufferAllocator which pools allocated buffers.
 class SimpleByteBufferAllocator
          A simplistic ByteBufferAllocator which simply allocates a new buffer every time.
 

Methods in org.apache.mina.common that return ByteBufferAllocator
static ByteBufferAllocator ByteBuffer.getAllocator()
          Returns the current allocator which manages the allocated buffers.
 

Methods in org.apache.mina.common with parameters of type ByteBufferAllocator
static void ByteBuffer.setAllocator(ByteBufferAllocator newAllocator)
          Changes the current allocator with the specified one to manage the allocated buffers from now.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.