Uses of Interface
org.eclipse.jetty.client.ConnectionPool
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of ConnectionPool in org.eclipse.jetty.client
Modifier and TypeClassDescriptionclass
class
class
class
class
AConnectionPool
that provides connections randomly among the ones that are available.class
AConnectionPool
that attempts to provide connections using a round-robin algorithm.class
A connection pool that validates connections before making them available for use.Modifier and TypeMethodDescriptionHttpDestination.getConnectionPool()
ConnectionPool.Factory.newConnectionPool
(HttpDestination destination) Creates a new ConnectionPool for the given destination.protected ConnectionPool
HttpDestination.newConnectionPool
(HttpClient client)