Class CompoundPool<P>

java.lang.Object
org.eclipse.jetty.io.internal.CompoundPool<P>
Type Parameters:
P - the type of the pooled objects
All Implemented Interfaces:
Pool<P>

public class CompoundPool<P> extends Object implements Pool<P>

A Pool implementation that uses a primary pool which overflows to a secondary pool.