Uses of Interface
org.eclipse.jetty.client.ConnectionPool
-
Uses of ConnectionPool in org.eclipse.jetty.client
Modifier and TypeClassDescriptionclass
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 TypeMethodDescriptionDestination.getConnectionPool()
ConnectionPool.Factory.newConnectionPool
(Destination destination) Creates a new ConnectionPool for the given destination. -
Uses of ConnectionPool in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionHttpDestination.getConnectionPool()
protected ConnectionPool
HttpDestination.newConnectionPool
(HttpClient client)