106107108109110111112113114115116
// Break the loop if done. break; } BoundChannel xnioChannel = bindFuture.get(); this.xnioChannel = xnioChannel; XnioChannelRegistry.registerServerChannel(this); } future.setSuccess();
99100101102103104105106107108109