41424344454647484950
public void b() { this.a = false; Iterator iterator = this.e.iterator(); while (iterator.hasNext()) { ChannelFuture channelfuture = (ChannelFuture) iterator.next(); channelfuture.channel().close().syncUninterruptibly(); } }