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.