Uses of Interface
org.eclipse.jetty.util.Pool
Packages that use Pool
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Util : Common Utility Classes
-
Uses of Pool in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return Pool -
Uses of Pool in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement PoolModifier and TypeClassDescriptionclass
A concurrent implementation ofPool
.class
LockedPool<P>
APool.Wrapper
that tracks the acquire/release/remove pool events.static class
Pool.Wrapper<W>
A wrapper forPool
instances.Methods in org.eclipse.jetty.util that return PoolModifier and TypeMethodDescriptionPool.Wrapper.getWrapped()
Pool.Factory.newPool()
Wraps, if necessary, the given pool.Methods in org.eclipse.jetty.util with parameters of type PoolModifier and TypeMethodDescriptiondefault void
LockedPool.Tracker.acquired
(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isacquired
.default void
LockedPool.Tracker.released
(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isreleased
.default void
LockedPool.Tracker.removed
(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isremoved
.default void
LockedPool.Tracker.terminated
(Pool<T> pool, Collection<Pool.Entry<T>> entries) Callback method invoked when thePool
isterminated
.Wraps, if necessary, the given pool.Constructors in org.eclipse.jetty.util with parameters of type PoolModifierConstructorDescriptionLockedPool
(Pool<P> pool) LockedPool
(Pool<P> pool, LockedPool.Tracker<P> tracker) -
Uses of Pool in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression that return Pool