Class SimpleBufferAllocator

java.lang.Object
org.apache.mina.core.buffer.SimpleBufferAllocator
All Implemented Interfaces:
IoBufferAllocator

public class SimpleBufferAllocator extends Object implements IoBufferAllocator
A simplistic IoBufferAllocator which simply allocates a new buffer every time.
  • Constructor Details

    • SimpleBufferAllocator

      public SimpleBufferAllocator()
  • Method Details