Class ByteBufferPool.NonPooling

java.lang.Object
org.eclipse.jetty.io.ByteBufferPool.NonPooling
All Implemented Interfaces:
ByteBufferPool
Enclosing interface:
ByteBufferPool

public static class ByteBufferPool.NonPooling extends Object implements ByteBufferPool

A ByteBufferPool that does not pool its RetainableByteBuffers.

The returned RetainableByteBuffers are reference counted.

RetainableByteBuffers returned by this class are suitable to be wrapped in other Retainable implementations that may delegate calls to Retainable.retain().

See Also:
  • Constructor Details

    • NonPooling

      public NonPooling()
  • Method Details