setCloseTimeout(conf.getCloseTimeout());
setHeartbeatInterval(conf.getHeartbeatInterval());
setHeartbeatThreadPoolSize(conf.getHeartbeatThreadPoolSize());
setHeartbeatTimeout(conf.getHeartbeatTimeout());
setHostname(conf.getHostname());
setJsonSupport(new JsonSupportWrapper(conf.getJsonSupport()));
setPort(conf.getPort());
setWorkerExecutor(conf.getWorkerExecutor());
setContext(conf.getContext());
setAllowCustomRequests(conf.isAllowCustomRequests());
setPollingDuration(conf.getPollingDuration());