LoggerUtils.logMsg
(logger, envImpl, formatter, Level.FINE, "Acceptor started");
SocketChannel channel = null;
try {
while (true) {
channel = serviceDispatcher.takeChannel
(SERVICE_NAME, true /* block */,
protocol.getReadTimeout());
if (channel == null) {
/* A soft shutdown. */