Static variables

@:flash.propertystaticread onlyisSupported:Bool

Constructor

new()

Variables

@:flash.propertyread onlyserverCertificate:X509Certificate

@:flash.propertyread onlyserverCertificateStatus:String

Methods

Inherited Variables

Defined by Socket

@:flash.propertyread onlybytesAvailable:UInt

@:flash.property@:require(flash11)read onlybytesPending:UInt

@:flash.propertyread onlyconnected:Bool

@:flash.propertyendian:Endian

@:flash.propertyobjectEncoding:UInt

@:flash.property@: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