package java.nio.channels
extends AbstractSelectableChannel › SelectableChannel › AbstractInterruptibleChannel
implements ByteChannel, ScatteringByteChannel, GatheringByteChannel, NetworkChannel
Available on javabind (param1:SocketAddress):SocketChannelconnect (param1:SocketAddress):BoolfinishConnect ():BoolgetLocalAddress ():SocketAddressgetOption<T> (param1:SocketOption<T>):T getRemoteAddress ():SocketAddressisConnected ():BoolisConnectionPending ():Boolread (param1:NativeArray<ByteBuffer>):Int64read (param1:ByteBuffer):Intread (param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64setOption (param1:SocketOption<Dynamic>, param2:Dynamic):NetworkChannelsetOption<T> (param1:SocketOption<T>, param2:T ):SocketChannelshutdownInput ():SocketChannelshutdownOutput ():SocketChannelsocket ():SocketsupportedOptions ():Set<SocketOption<Dynamic>>write (param1:NativeArray<ByteBuffer>):Int64write (param1:ByteBuffer):Intwrite (param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64static open (param1:SocketAddress):SocketChannelstatic open ():SocketChannel
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/nio/channels/SocketChannel.html