class java.nio.channels.Selector implements Closeable
Available on java
static function open():Selector
function close():Void
function isOpen():Bool
function keys():Set<SelectionKey>
function provider():SelectorProvider
function select(param1:Int64):Int
function select():Int
function selectNow():Int
function selectedKeys():Set<SelectionKey>
function wakeup():Selector