throw new MinaRuntimeException("can't bind address" + address, e);
}
acceptSelectorLoop.register(true, false, false, false, this, serverChannel, null);
idleChecker = new IndexedIdleChecker();
idleChecker.start();
// it's the first address bound, let's fire the event
fireServiceActivated();
}