Class SimpleByteBufferAllocator

java.lang.Object
org.apache.mina.common.SimpleByteBufferAllocator
All Implemented Interfaces:
ByteBufferAllocator

public class SimpleByteBufferAllocator extends Object implements ByteBufferAllocator
A simplistic ByteBufferAllocator which simply allocates a new buffer every time.