Uses of Class
org.eclipse.jetty.util.Pool.Entry
Packages that use Pool.Entry
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Util : Common Utility Classes
Jetty Xml : IoC Mechanism for Jetty Configuration
-
Uses of Pool.Entry in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as Pool.EntryModifier and TypeFieldDescriptionprivate final Pool<Connection>.Entry
AbstractConnectionPool.EntryHolder.entry
private final Pool<Connection>.Entry
AbstractConnectionPool.FutureConnection.reserved
Constructors in org.eclipse.jetty.client with parameters of type Pool.EntryModifierConstructorDescriptionprivate
EntryHolder
(Pool<Connection>.Entry entry) FutureConnection
(Pool<Connection>.Entry reserved) -
Uses of Pool.Entry in org.eclipse.jetty.util
Subclasses of Pool.Entry in org.eclipse.jetty.utilModifier and TypeClassDescriptionprivate class
A Pool entry that holds metadata and a pooled object, that can only be acquired concurrently at most once, and can be acquired/released multiple times.(package private) class
A Pool entry that holds metadata and a pooled object, that can be acquired concurrently multiple times, and can be acquired/released multiple times.Fields in org.eclipse.jetty.util with type parameters of type Pool.EntryModifier and TypeFieldDescriptionprivate final ThreadLocal<Pool<T>.Entry>
Pool.cache
Pool.entries
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.acquireAt
(int idx) Deprecated.No longer supported.Pool.newEntry()
Pool.reserve()
Creates a new disabled slot into the pool.Pool.reserve
(int allotment) Deprecated.UsePool.reserve()
insteadMethods 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 -
Uses of Pool.Entry in org.eclipse.jetty.xml
Fields in org.eclipse.jetty.xml declared as Pool.EntryModifier and TypeFieldDescriptionprivate final Pool<XmlConfiguration.ConfigurationParser>.Entry
XmlConfiguration.ConfigurationParser._entry
Constructors in org.eclipse.jetty.xml with parameters of type Pool.EntryModifierConstructorDescriptionprivate