Uses of Interface
org.eclipse.jetty.client.ConnectionPool.Multiplexable
Packages that use ConnectionPool.Multiplexable
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.Multiplexable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ConnectionPool.MultiplexableModifier and TypeClassDescriptionclass
class
AConnectionPool
that provides connections randomly among the ones that are available.class
AConnectionPool
that attempts to provide connections using a round-robin algorithm.