class SocketChannel
package java.nio.channels
extends AbstractSelectableChannel › SelectableChannel › AbstractInterruptibleChannel
implements ByteChannel, ScatteringByteChannel, GatheringByteChannel, NetworkChannel
Available on jvm
Available on jvm
read(param1:ByteBuffer):Int
finalread(param1:NativeArray<ByteBuffer>):Int64
read(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64
setOption<T>(param1:SocketOption<T>, param2:T):SocketChannel
setOption(param1:SocketOption<Dynamic>, param2:Dynamic):NetworkChannel
write(param1:ByteBuffer):Int
finalwrite(param1:NativeArray<ByteBuffer>):Int64
write(param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64