* closed after not being used for certain time.
*/
selectorHandler = new TCPSelectorHandler(true);
controller.setSelectorHandler(selectorHandler);
controller.setHandleReadWriteConcurrently(false);
cacheableHandlerPool = new HttpClbConnectionCache(
ProxyConfig.getInstance().getKeepAliveMaxConnections(),
ProxyConfig.getInstance().getKeepAliveIdleTimeout());
/**
* Have to move this thread creation part to the
* ConvergedProxy.