Class HttpClientPool

java.lang.Object
com.github.nhenneaux.resilienthttpclient.monitoredclientpool.HttpClientPool
All Implemented Interfaces:
AutoCloseable

public class HttpClientPool extends Object implements AutoCloseable
A HTTP clients pool which keeps internally a round robin list of HTTP clients.
Each HTTP client represents a connection to the acquirer using a distinct IP address, taken from endpoint resolving.
The number of distinct HTTP clients in this connection pool is equal to the number of different IP addresses for the given acquirer hostname.