Uses of Class
org.eclipse.jetty.util.Pool
-
Packages that use Pool 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.xml Jetty Xml : IoC Mechanism for Jetty Configuration -
-
Uses of Pool in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as Pool Modifier and Type Field Description private Pool<Connection>
AbstractConnectionPool. pool
Constructors in org.eclipse.jetty.client with parameters of type Pool Constructor Description 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 Pool Modifier and Type Field Description private static Pool<XmlConfiguration.ConfigurationParser>
XmlConfiguration. __parsers
-