Packagecom.adobe.protocols.dict.util
Classpublic class SocketHelper
InheritanceSocketHelper Inheritance RFC2817Socket Inheritance flash.net.Socket



Public Properties
 PropertyDefined by
  COMPLETE_RESPONSE : String = "completeResponse"
[static]
SocketHelper
Public Methods
 MethodDefined by
  
SocketHelper
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0.0, useWeakReference:Boolean = false):void
RFC2817Socket
 Inherited
connect(host:String, port:int):void
Connect to the specified host over the specified port.
RFC2817Socket
 Inherited
setProxyInfo(host:String, port:int):void
Set the proxy host and port number.
RFC2817Socket
Property detail
COMPLETE_RESPONSEproperty
public static var COMPLETE_RESPONSE:String = "completeResponse"
Constructor detail
SocketHelper()constructor
public function SocketHelper()