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
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()
Acquire an entry from the pool.Utility method to acquire an entry from the pool, reserving and creating a new entry if necessary.Pool.acquireAt
(int idx) Deprecated.No longer supported.Pool.reserve()
Create 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
This method will return an acquired object to the pool.boolean
Remove a value 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