|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IoBufferAllocator | |
---|---|
org.apache.mina.common | Common types required for users to use MINA. |
Uses of IoBufferAllocator in org.apache.mina.common |
---|
Classes in org.apache.mina.common that implement IoBufferAllocator | |
---|---|
class |
CachedBufferAllocator
An IoBufferAllocator that caches the buffers which are likely to
be reused during auto-expansion of the buffers. |
class |
SimpleBufferAllocator
A simplistic IoBufferAllocator which simply allocates a new
buffer every time. |
Methods in org.apache.mina.common that return IoBufferAllocator | |
---|---|
static IoBufferAllocator |
IoBuffer.getAllocator()
Returns the allocator used by existing and new buffers |
Methods in org.apache.mina.common with parameters of type IoBufferAllocator | |
---|---|
static void |
IoBuffer.setAllocator(IoBufferAllocator newAllocator)
Sets the allocator used by existing and new buffers |
Constructors in org.apache.mina.common with parameters of type IoBufferAllocator | |
---|---|
AbstractIoBuffer(IoBufferAllocator allocator,
int initialCapacity)
Creates a new parent buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |