|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoBufferAllocator | |
|---|---|
| org.apache.mina.core.buffer | |
| Uses of IoBufferAllocator in org.apache.mina.core.buffer |
|---|
| Classes in org.apache.mina.core.buffer 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.core.buffer that return IoBufferAllocator | |
|---|---|
static IoBufferAllocator |
IoBuffer.getAllocator()
Returns the allocator used by existing and new buffers |
| Methods in org.apache.mina.core.buffer 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.core.buffer with parameters of type IoBufferAllocator | |
|---|---|
AbstractIoBuffer(IoBufferAllocator allocator,
int initialCapacity)
Creates a new parent buffer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||