Documentation

HttpClientPool

Table of Contents

Classes

HttpClientPool
A http client pool allows to send requests on a pool of different http client using a specific strategy (least used, round robin, ...).
LeastUsedClientPool
LeastUsedClientPool will choose the client with the less current request in the pool.
RandomClientPool
RoundRobinClientPool will choose the next client in the pool.
RoundRobinClientPool
RoundRobinClientPool will choose the next client in the pool.

        
On this page

Search results