Is there any functionality provided by NIO package for sending messages to all active ClientChannels?
I can just loop through all the keys anytime I am reading from some Channel, like it is done here, but I am interested in using specifically NIO functionality (registering channels with OP_WRITE etc.)