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>.EntryAbstractConnectionPool.EntryHolder.entryprivate final Pool<Connection>.EntryAbstractConnectionPool.FutureConnection.reservedConstructors in org.eclipse.jetty.client with parameters of type Pool.EntryModifierConstructorDescriptionprivateEntryHolder(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.cachePool.entriesMethods 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 TypeMethodDescriptionbooleanThis method will return an acquired object to the pool.booleanRemove 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>.EntryXmlConfiguration.ConfigurationParser._entryConstructors in org.eclipse.jetty.xml with parameters of type Pool.EntryModifierConstructorDescriptionprivate