103104105106107108109110111
// Run the client and perform restarts if it fails. This call will // block. clientRestartManager.manageClient(client); } finally { server.stop(); } } }