Static variables

staticread onlyisSupported:Bool

Constructor

new()

Variables

Methods

Inherited Variables

Defined by Socket

@:require(flash11)read onlybytesPending:UInt

read onlyconnected:Bool

@:require(flash10)timeout:UInt

Inherited Methods

Defined by Socket

connect(host:String, port:Int):Void

@:value({ length : 0, offset : 0 })readBytes(bytes:ByteArray, offset:UInt = 0, length:UInt = 0):Void

readMultiByte(length:UInt, charSet:String):String

@:value({ length : 0, offset : 0 })writeBytes(bytes:ByteArray, offset:UInt = 0, length:UInt = 0):Void

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void