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
Subclasses of Pool.Entry in org.eclipse.jetty.utilModifier and TypeClassDescriptionprivate classA 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) classA 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.cachePool.entriesMethods 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 TypeMethodDescriptionbooleanReleases anacquiredentry to the pool.booleanRemoves 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>.EntryXmlConfiguration.ConfigurationParser._entryConstructors in org.eclipse.jetty.xml with parameters of type Pool.EntryModifierConstructorDescriptionprivate