Package org.eclipse.jetty.util
Interface Pool.Factory<F>
- Type Parameters:
F
- the type of the pooled objects
- All Known Subinterfaces:
LockedPool.Factory<F>
public static interface Pool.Factory<F>
A factory for Pool
instances.
-
Method Summary
-
Method Details
-
newPool
- Returns:
- a new
Pool
instance
-
wrap
Wraps, if necessary, the given pool.
- Parameters:
pool
- the pool to wrap- Returns:
- a possibly wrapped pool
- See Also:
-