Packagecom.electrotank.electroserver4.message.event
Classpublic class RtmpConnectionEvent
InheritanceRtmpConnectionEvent Inheritance EventImpl Inheritance MessageImpl



Public Properties
 PropertyDefined by
 Inheritedtarget : Object
MessageImpl
 Inheritedtype : String
MessageImpl
Public Methods
 MethodDefined by
  
RtmpConnectionEvent
  
getAccepted():Boolean
RtmpConnectionEvent
 Inherited
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 Inherited
getMessageId():Number
The id of the message.
MessageImpl
 Inherited
The type of message being used.
MessageImpl
 Inherited
If this is not a real message, then get it.
MessageImpl
  
setAccepted(accepted:Boolean):void
RtmpConnectionEvent
 Inherited
setIsRealServerMessage(isRealServerMessage:Boolean):void
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 Inherited
setMessageId(id:Number):void
The id of the message.
MessageImpl
 Inherited
This defines the type of message being used, such as LoginRequest or CreateRoomVariableRequest.
MessageImpl
 Inherited
Every messages have varying optional fields.
MessageImpl
Constructor detail
RtmpConnectionEvent()constructor
public function RtmpConnectionEvent()
Method detail
getAccepted()method
public function getAccepted():Boolean

Returns
Boolean
setAccepted()method 
public function setAccepted(accepted:Boolean):voidParameters
accepted:Boolean