Class RandomConnectionPool

All Implemented Interfaces:
Closeable, AutoCloseable, ConnectionPool, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle, Sweeper.Sweepable

@ManagedObject @Deprecated(since="2021-05-27") public class RandomConnectionPool extends MultiplexConnectionPool
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.

A ConnectionPool that provides connections randomly among the ones that are available.

  • Constructor Details

    • RandomConnectionPool

      public RandomConnectionPool(HttpDestination destination, int maxConnections, Callback requester, int maxMultiplex)
      Deprecated.