this.externalServiceTimeOut = extSvcTimeOut.getValue();
}
}
private void populateHttpConnectionManagerProperties() {
TMultithreadedHttpConnectionManagerConfig multiThreadedConManagerConfig =
bpsConfigDocument.getWSO2BPS().getMultithreadedHttpConnectionManagerConfig();
if (multiThreadedConManagerConfig != null) {
this.maxConnectionsPerHost = multiThreadedConManagerConfig.getMaxConnectionsPerHost().
getValue();
this.maxTotalConnections = multiThreadedConManagerConfig.getMaxConnectionsPerHost().
getValue();
}
}