connectionClosed();
}
});
channel.receiveMessage(ManagementChannelReceiver.createDelegating(this.handler));
masterProxy = new ExistingChannelModelControllerClient(channel, executor);
} catch (IOException e) {
ROOT_LOGGER.cannotConnect(host.getHostAddress(), port);
throw new IllegalStateException(e);
}