Packagecom.electrotank.electroserver4.message.response
Classpublic class ResponseImpl
InheritanceResponseImpl Inheritance MessageImpl
SubclassesCreateOrJoinGameResponse, FindGamesResponse, FindZoneAndRoomByNameResponse, GenericErrorResponse, GetRoomsInZoneResponse, GetUserCountResponse, GetUsersInRoomResponse, GetUserVariablesResponse, GetZonesResponse, LoginResponse, ValidateAdditionalLoginResponse



Public Properties
 PropertyDefined by
 Inheritedtarget : Object
MessageImpl
 Inheritedtype : String
MessageImpl
Public Methods
 MethodDefined by
  
ResponseImpl
 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
  
getRequestId():Number
ResponseImpl
 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
  
setRequestId(num:Number):void
ResponseImpl
 Inherited
Every messages have varying optional fields.
MessageImpl
Constructor detail
ResponseImpl()constructor
public function ResponseImpl()
Method detail
getRequestId()method
public function getRequestId():Number

Returns
Number
setRequestId()method 
public function setRequestId(num:Number):voidParameters
num:Number