Uses of Interface
org.apache.mina.core.buffer.IoBufferAllocator
Packages that use IoBufferAllocator
-
Uses of IoBufferAllocator in org.apache.mina.core.buffer
Classes in org.apache.mina.core.buffer that implement IoBufferAllocatorModifier and TypeClassDescriptionclassAnIoBufferAllocatorthat caches the buffers which are likely to be reused during auto-expansion of the buffers.classA simplisticIoBufferAllocatorwhich simply allocates a new buffer every time.Fields in org.apache.mina.core.buffer declared as IoBufferAllocatorModifier and TypeFieldDescriptionprivate static IoBufferAllocatorIoBuffer.allocatorThe allocator used to create new buffersMethods in org.apache.mina.core.buffer that return IoBufferAllocatorMethods in org.apache.mina.core.buffer with parameters of type IoBufferAllocatorModifier and TypeMethodDescriptionstatic voidIoBuffer.setAllocator(IoBufferAllocator newAllocator) Sets the allocator used by existing and new buffersConstructors in org.apache.mina.core.buffer with parameters of type IoBufferAllocatorModifierConstructorDescriptionprotectedAbstractIoBuffer(IoBufferAllocator allocator, int initialCapacity) Creates a new parent buffer.