Uses of Class
org.eclipse.jetty.util.Pool.Entry
-
Packages that use Pool.Entry Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.xml 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.Entry Modifier and Type Field Description private Pool.Entry
AbstractConnectionPool.EntryHolder. entry
private Pool.Entry
AbstractConnectionPool.FutureConnection. reserved
Constructors in org.eclipse.jetty.client with parameters of type Pool.Entry Constructor Description EntryHolder(Pool.Entry entry)
FutureConnection(Pool.Entry reserved)
-
Uses of Pool.Entry in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util with type parameters of type Pool.Entry Modifier and Type Field Description private java.lang.ThreadLocal<Pool.Entry>
Pool. cache
private java.util.List<Pool.Entry>
Pool. entries
Methods in org.eclipse.jetty.util that return Pool.Entry Modifier and Type Method Description Pool.Entry
Pool. acquire()
Acquire an entry from the pool.Pool.Entry
Pool. acquire(java.util.function.Function<Pool.Entry,T> creator)
Utility method to acquire an entry from the pool, reserving and creating a new entry if necessary.Pool.Entry
Pool. acquireAt(int idx)
Deprecated.No longer supported.Pool.Entry
Pool. reserve()
Create a new disabled slot into the pool.Pool.Entry
Pool. reserve(int allotment)
Deprecated.UsePool.reserve()
insteadMethods in org.eclipse.jetty.util that return types with arguments of type Pool.Entry Modifier and Type Method Description java.util.Collection<Pool.Entry>
Pool. values()
Methods in org.eclipse.jetty.util with parameters of type Pool.Entry Modifier and Type Method Description boolean
Pool. release(Pool.Entry entry)
This method will return an acquired object to the pool.boolean
Pool. remove(Pool.Entry entry)
Remove a value from the pool.Method parameters in org.eclipse.jetty.util with type arguments of type Pool.Entry Modifier and Type Method Description Pool.Entry
Pool. acquire(java.util.function.Function<Pool.Entry,T> creator)
Utility method to acquire an entry from the pool, reserving and creating a new entry if necessary. -
Uses of Pool.Entry in org.eclipse.jetty.xml
Fields in org.eclipse.jetty.xml declared as Pool.Entry Modifier and Type Field Description private Pool.Entry
XmlConfiguration.ConfigurationParser. _entry
Constructors in org.eclipse.jetty.xml with parameters of type Pool.Entry Constructor Description ConfigurationParser(Pool.Entry entry)
-