Packageorg.granite.gravity.channels
Classpublic class SecureGravityChannel
InheritanceSecureGravityChannel Inheritance GravityChannel Inheritance mx.messaging.Channel

Channel implementation for the Gravity Comet based communication with serlvet containers (uses https)



Public Properties
 PropertyDefined by
 InheritedclientId : String
GravityChannel
 InheritedcommandUri : String
GravityChannel
 InheritedencodeMessageBody : Boolean
GravityChannel
  protocol : String
[read-only]
SecureGravityChannel
 InheritedreconnectIntervalMs : Number
GravityChannel
 InheritedreconnectMaxAttempts : Number
GravityChannel
 InheritedtunnelUri : String
GravityChannel
Protected Properties
 PropertyDefined by
 Inheritedtunnel : GravityStreamTunnel
GravityChannel
Public Methods
 MethodDefined by
  
SecureGravityChannel(id:String, uri:String)
SecureGravityChannel
 Inherited
callResponder(responder:MessageResponder, response:IMessage):void
GravityChannel
 Inherited
streamConnectFailed(stream:GravityStream, code:String, e:Error = null):void
GravityChannel
 Inherited
streamConnectSuccess(stream:GravityStream, clientId:String):void
GravityChannel
 Inherited
streamDisconnectFailed(stream:GravityStream, code:String, e:Error = null):void
GravityChannel
 Inherited
streamDisconnectSuccess(stream:GravityStream, rejected:Boolean = false):void
GravityChannel
Protected Methods
 MethodDefined by
 Inherited
getMessageResponder(agent:MessageAgent, message:IMessage):MessageResponder
GravityChannel
 Inherited
internalCallResponder(responder:MessageResponder, response:IMessage):void
GravityChannel
 Inherited
GravityChannel
 Inherited
internalDisconnect(rejected:Boolean = false):void
GravityChannel
 Inherited
internalSend(messageResponder:MessageResponder):void
GravityChannel
 Inherited
newTunnel():GravityStreamTunnel
GravityChannel
Property detail
protocolproperty
protocol:String  [read-only]Implementation
    public function get protocol():String
Constructor detail
SecureGravityChannel()constructor
public function SecureGravityChannel(id:String, uri:String)Parameters
id:String
 
uri:String