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 TypeClassDescriptionclassA concurrent implementation ofPool.classLockedPool<P>APool.Wrapperthat tracks the acquire/release/remove pool events.static classPool.Wrapper<W>A wrapper forPoolinstances.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 voidLockedPool.Tracker.acquired(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isacquired.default voidLockedPool.Tracker.released(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isreleased.default voidLockedPool.Tracker.removed(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isremoved.default voidLockedPool.Tracker.terminated(Pool<T> pool, Collection<Pool.Entry<T>> entries) Callback method invoked when thePoolisterminated.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