Uses of Class
org.eclipse.jetty.client.AbstractConnectionPool
-
Packages that use AbstractConnectionPool 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. -
-
Uses of AbstractConnectionPool in org.eclipse.jetty.client
Subclasses of AbstractConnectionPool in org.eclipse.jetty.client Modifier and Type Class Description class
DuplexConnectionPool
class
LeakTrackingConnectionPool
class
MultiplexConnectionPool
class
RandomConnectionPool
AConnectionPool
that provides connections randomly among the ones that are available.class
RoundRobinConnectionPool
AConnectionPool
that attempts to provide connections using a round-robin algorithm.class
ValidatingConnectionPool
A connection pool that validates connections before making them available for use.
-