"Old I/O datagram worker (channelId: " + channel.getId() + ", " +
channel.getLocalAddress() + " => " +
channel.getRemoteAddress() + ')';
if (!bound) {
// Start the business.
workerExecutor.execute(new ThreadRenamingRunnable(
new OioDatagramWorker(channel), threadName));
} else {
// Worker started by bind() - just rename.
Thread workerThread = channel.workerThread;
if (workerThread != null) {