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 classCachedBufferAllocatorAnIoBufferAllocatorthat caches the buffers which are likely to be reused during auto-expansion of the buffers.classSimpleBufferAllocatorA simplisticIoBufferAllocatorwhich simply allocates a new buffer every time.Methods in org.apache.mina.core.buffer that return IoBufferAllocator Modifier and Type Method Description static IoBufferAllocatorIoBuffer. getAllocator()Methods in org.apache.mina.core.buffer with parameters of type IoBufferAllocator Modifier and Type Method Description static voidIoBuffer. 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.
-