Class Pool.Wrapper<W>

java.lang.Object
org.eclipse.jetty.util.Pool.Wrapper<W>
Type Parameters:
W - the type of the pooled objects
All Implemented Interfaces:
Pool<W>
Direct Known Subclasses:
LockedPool
Enclosing interface:
Pool<P>

public static class Pool.Wrapper<W> extends Object implements Pool<W>

A wrapper for Pool instances.