Package org.eclipse.jetty.util
Interface LockedPool.Factory<F>
- Type Parameters:
F
- the type of pooled objects
- All Superinterfaces:
Pool.Factory<F>
- Enclosing class:
- LockedPool<P>
A Pool.Factory
that wraps newly created
Pool
instances with LockedPool
.
-
Method Summary
Methods inherited from interface org.eclipse.jetty.util.Pool.Factory
newPool
-
Method Details
-
wrap
Description copied from interface:Pool.Factory
Wraps, if necessary, the given pool.
- Specified by:
wrap
in interfacePool.Factory<F>
- Parameters:
pool
- the pool to wrap- Returns:
- a possibly wrapped pool
- See Also:
-