Class Pool.Entry.Wrapper<W>

java.lang.Object
org.eclipse.jetty.util.Pool.Entry.Wrapper<W>
Type Parameters:
W - the type of the pooled objects
All Implemented Interfaces:
Pool.Entry<W>
Enclosing interface:
Pool.Entry<E>

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

A wrapper for Entry instances.