}
}
}
}, timeBetweenThreadChecks, timeBetweenThreadChecks);
options.executorService(pool);
options.processorFactory(new TProcessorFactory(processor));
if (address.getPort() == 0) {
address = HostAndPort.fromParts(address.getHostText(), transport.getPort());
}
return new ServerAddress(new CustomNonBlockingServer(options), address);
}