Static methods

@:throws("java.io.IOException")staticopen():ServerSocketChannel

Methods

@:throws("java.io.IOException")accept():SocketChannel

@:throws("java.io.IOException")finalbind(param1:SocketAddress):ServerSocketChannel

@:throws("java.io.IOException")bind(param1:SocketAddress, param2:Int):ServerSocketChannel

@:throws("java.io.IOException")getLocalAddress():SocketAddress

@:throws("java.io.IOException")getOption<T>(param1:SocketOption<T>):T

@:throws("java.io.IOException")setOption(param1:SocketOption<Dynamic>, param2:Dynamic):NetworkChannel

@:throws("java.io.IOException")setOption<T>(param1:SocketOption<T>, param2:T):ServerSocketChannel

Inherited Variables

Inherited Methods

Defined by AbstractSelectableChannel

Defined by SelectableChannel

@:throws("java.nio.channels.ClosedChannelException")finalregister(param1:Selector, param2:Int):SelectionKey

@:throws("java.nio.channels.ClosedChannelException")register(param1:Selector, param2:Int, param3:Dynamic):SelectionKey

Defined by AbstractInterruptibleChannel

@:throws("java.io.IOException")finalclose():Void

finalisOpen():Bool