Uses of Interface
org.apache.mina.core.buffer.IoBufferAllocator
-
Packages that use IoBufferAllocator Package Description org.apache.mina.core.buffer -
-
Uses of IoBufferAllocator in org.apache.mina.core.buffer
Classes in org.apache.mina.core.buffer that implement IoBufferAllocator Modifier and Type Class Description class
CachedBufferAllocator
AnIoBufferAllocator
that caches the buffers which are likely to be reused during auto-expansion of the buffers.class
SimpleBufferAllocator
A simplisticIoBufferAllocator
which simply allocates a new buffer every time.Methods in org.apache.mina.core.buffer that return IoBufferAllocator Modifier and Type Method Description static IoBufferAllocator
IoBuffer. getAllocator()
Methods in org.apache.mina.core.buffer with parameters of type IoBufferAllocator Modifier and Type Method Description static void
IoBuffer. setAllocator(IoBufferAllocator newAllocator)
Sets the allocator used by existing and new buffersConstructors in org.apache.mina.core.buffer with parameters of type IoBufferAllocator Constructor Description AbstractIoBuffer(IoBufferAllocator allocator, int initialCapacity)
Creates a new parent buffer.
-