*/
protected BaseAHCBasedNetworkClient(CONFIG config)
{
_config = config;
_mapper = config.getJsonMapper();
AsyncHttpClientConfig ahcConfig = new AsyncHttpClientConfig.Builder()
.setCompressionEnabled(false)
.setFollowRedirects(false)
.setAllowPoolingConnection(true)
.setConnectionTimeoutInMs((int)config.getCallConfig().getConnectTimeoutMsecs())
.setMaximumConnectionsPerHost(5) // default of 2 is too low