Uses of Class
org.eclipse.jetty.util.Pool
Packages that use Pool
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Xml : IoC Mechanism for Jetty Configuration
-
Uses of Pool in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as PoolConstructors in org.eclipse.jetty.client with parameters of type PoolModifierConstructorDescriptionprotected
AbstractConnectionPool
(HttpDestination destination, Pool<Connection> pool, Callback requester) DuplexConnectionPool
(HttpDestination destination, Pool<Connection> pool, Callback requester) MultiplexConnectionPool
(HttpDestination destination, Pool<Connection> pool, Callback requester, int maxMultiplex) -
Uses of Pool in org.eclipse.jetty.xml
Fields in org.eclipse.jetty.xml declared as PoolModifier and TypeFieldDescriptionprivate static final Pool
<XmlConfiguration.ConfigurationParser> XmlConfiguration.__parsers