}
private HostConfiguration getHostConfiguration() {
if (hostConfigHelper == null) {
ISocketEventSource source = (ISocketEventSource) job.getRequest().getAdapter(ISocketEventSource.class);
hostConfigHelper = new HostConfigHelper(source, connectingSockets);
}
return hostConfigHelper.getHostConfiguration();
}