}
// loop on target references
for(TargetReference targetReference : mergedList) {
TargetHost targetHost = targetReference.getTargetHost();
// get first proxy settings find (they are all equals)
if(forwardProxy == null) {
forwardProxy = targetHost.getForwardProxy();
}
Integer maxConnectionPerRoute = E3HttpClientConfigurer.DEFAULT_CONNECTIONS_PER_ROUTE;
ConnectionParameters connectionParameters = targetHost.getConnectionParameters();
if(connectionParameters != null) {
// get first socket timeout settings find (they are all equals)
if(socketTimeOut == null) {