W3cubDocs

/Haxe Java

Selector

package java.nio.channels

implements Closeable

extended by AbstractSelector

@:abstract@:libType@:javaNative@:native("java.nio.channels.Selector")@:javaCanonical("java.nio.channels","Selector") Available on java

Methods

@:overload @:throws("java.io.IOException") close ():Void

@:overload isOpen ():Bool

@:overload keys ():Set<SelectionKey>

@:overload provider ():SelectorProvider

@:overload @:throws("java.io.IOException") select ():Int

@:overload @:throws("java.io.IOException") select (param1:Int64):Int

@:overload @:throws("java.io.IOException") selectNow ():Int

@:overload selectedKeys ():Set<SelectionKey>

@:overload wakeup ():Selector

Static methods

@:overload @:throws("java.io.IOException") static open ():Selector

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/channels/Selector.html