| Package | system.remoting |
| Class | public class RemotingConnection |
| Inheritance | RemotingConnection flash.net.NetConnection |
RemotingConnection object used in the RemotingService class to connect the client with the server.
| Method | Defined By | ||
|---|---|---|---|
RemotingConnection(url:String = null)
Creates a new RemotingConnection instance. | RemotingConnection | ||
setCredentials(authentification:RemotingAuthentification = null):void
Sets the credentials authentification value of this connection. | RemotingConnection | ||
startDebug():void
Start the debug mode of this connection. | RemotingConnection | ||
stopDebug():void
Stop the debug mode of this connection. | RemotingConnection | ||
| Constant | Defined By | ||
|---|---|---|---|
| AMF_SERVER_DEBUG : String = amf_server_debug [static]
The string value of the amf server debug attribut. | RemotingConnection | ||
| CREDENTIALS : String = Credentials [static]
The "credentials" constant. | RemotingConnection | ||
| RemotingConnection | () | Constructor |
public function RemotingConnection(url:String = null)
Creates a new RemotingConnection instance.
url:String (default = null) — the optional url to connect the object.
|
| setCredentials | () | method |
public function setCredentials(authentification:RemotingAuthentification = null):voidSets the credentials authentification value of this connection.
Parameters
authentification:RemotingAuthentification (default = null) — The RemotingAuthentification object to defines the credentials user id and password of the service session.
|
| startDebug | () | method |
public function startDebug():voidStart the debug mode of this connection.
| stopDebug | () | method |
public function stopDebug():voidStop the debug mode of this connection.
| AMF_SERVER_DEBUG | Constant |
public static const AMF_SERVER_DEBUG:String = amf_server_debugThe string value of the amf server debug attribut.
| CREDENTIALS | Constant |
public static const CREDENTIALS:String = CredentialsThe "credentials" constant.