_clientStaticConfig.getRuntime().setManagedInstance(this);
_configManager = new ConfigManager<RuntimeConfig>(_clientStaticConfig.getRuntimeConfigPrefix(),
_clientStaticConfig.getRuntime());
NettyHttpConnectionFactory defaultConnFactory =
new NettyHttpConnectionFactory(getBossExecutorService(), getIoExecutorService() ,
getContainerStatsCollector(),
getNetworkTimeoutTimer(),
_clientStaticConfig.getContainer().getWriteTimeoutMs(),
_clientStaticConfig.getContainer().getReadTimeoutMs(),
_clientStaticConfig.getContainer().getBstReadTimeoutMs(),