Uses of Class
org.eclipse.jetty.util.Pool.Entry
Packages that use Pool.Entry
-
Uses of Pool.Entry in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Pool.EntryModifier and TypeMethodDescriptionPool.acquire()
Acquires an entry from the pool.Acquires an entry from the pool, reserving and creating a new entry if necessary.Pool.reserve()
Creates a new disabled slot into the pool.Pool.reserve
(int allotment) Deprecated.Methods in org.eclipse.jetty.util that return types with arguments of type Pool.EntryMethods in org.eclipse.jetty.util with parameters of type Pool.EntryModifier and TypeMethodDescriptionboolean
Releases anacquired
entry to the pool.boolean
Removes an entry from the pool.Method parameters in org.eclipse.jetty.util with type arguments of type Pool.Entry
Pool.reserve()
instead