// Get the host-controller server client
final ServiceContainer container = containerFuture.get();
final HostControllerClient client = getRequiredService(container, HostControllerConnectionService.SERVICE_NAME, HostControllerClient.class);
// Reconnect to the host-controller
client.reconnect(hostName, port, asAuthKey, managementSubsystemEndpoint);
} catch (InterruptedIOException e) {
Thread.interrupted();
// ignore
} catch (EOFException e) {