Class SimpleBufferPool

java.lang.Object
org.apache.activemq.transport.udp.SimpleBufferPool
All Implemented Interfaces:
Service, ByteBufferPool
Direct Known Subclasses:
DefaultBufferPool

public class SimpleBufferPool extends Object implements ByteBufferPool
A simple implementation of ByteBufferPool which does no pooling and just creates new buffers each time
  • Constructor Details

    • SimpleBufferPool

      public SimpleBufferPool()
    • SimpleBufferPool

      public SimpleBufferPool(boolean useDirect)
  • Method Details