Uses of Class
org.eclipse.jetty.util.Pool.Entry
-
Uses of Pool.Entry in org.eclipse.jetty.util
Modifier 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.Modifier and TypeMethodDescriptionboolean
Releases anacquired
entry to the pool.boolean
Removes an entry from the pool.
Pool.reserve()
instead