Packageorg.seasar.flex2.net
Classpublic class NetConnection
InheritanceNetConnection Inheritance flash.net.NetConnection



Public Properties
 PropertyDefined by
  connectedUrl : String
[read-only]
NetConnection
Public Methods
 MethodDefined by
  
addHeader(operation:String, mustUnderstand:Boolean = false, param:Object = null):void
NetConnection
  
AppendToGatewayUrl(append:String):void
NetConnection
  
connect(command:String, ... rest):void
NetConnection
  
ReplaceGatewayUrl(url:String):void
NetConnection
Property detail
connectedUrlproperty
connectedUrl:String  [read-only]Implementation
    public function get connectedUrl():String
Method detail
addHeader()method
public override function addHeader(operation:String, mustUnderstand:Boolean = false, param:Object = null):voidParameters
operation:String
 
mustUnderstand:Boolean (default = false)
 
param:Object (default = null)
AppendToGatewayUrl()method 
public function AppendToGatewayUrl(append:String):voidParameters
append:String
connect()method 
public override function connect(command:String, ... rest):voidParameters
command:String
 
... rest
ReplaceGatewayUrl()method 
public function ReplaceGatewayUrl(url:String):voidParameters
url:String