When nio application uses Selector.selectedKeys(), ASSelector will return a ASSet instance, where it will wrap those selection keys used for OP_ACCEPT. Nio application might use Set.iterator() to remove the processed SelectionKey from the selectedSet. We provide a wrapper Iterator so that even the actual selectedSet in the Selector is modified.
@see ASSelector
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.