HaxeAPI
  • Version development @ 2dfc0d9
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.3
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class SelectableChannel

package java.nio.channels

extends AbstractInterruptibleChannel

implements Channel

extended by AbstractSelectableChannel

@:native("java.nio.channels.SelectableChannel")@:libType

Available on jvm

Constructor

new()

Methods

blockingLock():Dynamic

configureBlocking(param1:Bool):SelectableChannel

isBlocking():Bool

isRegistered():Bool

keyFor(param1:Selector):SelectionKey

provider():SelectorProvider

register(param1:Selector, param2:Int, param3:Dynamic):SelectionKey

finalregister(param1:Selector, param2:Int):SelectionKey

validOps():Int

Inherited Variables

Inherited Methods

Defined by AbstractInterruptibleChannel

finalbegin():Void

finalclose():Void

finalend(param1:Bool):Void

implCloseChannel():Void

finalisOpen():Bool

This documentation is generated for version development @ 2dfc0d9

© 2024  Haxe Foundation | Contribute to Haxe