Uses of Class
it.gotoandplay.smartfoxclient.data.SFSObject

Packages that use SFSObject
it.gotoandplay.smartfoxclient   
it.gotoandplay.smartfoxclient.data   
it.gotoandplay.smartfoxclient.http   
it.gotoandplay.smartfoxclient.util   
 

Uses of SFSObject in it.gotoandplay.smartfoxclient
 

Methods in it.gotoandplay.smartfoxclient that return SFSObject
 SFSObject SFSEvent.getParams()
           
 

Methods in it.gotoandplay.smartfoxclient with parameters of type SFSObject
 void SmartFoxClient.sendObject(SFSObject obj)
          Send an object to the other users in the current room.
 void SmartFoxClient.sendObject(SFSObject obj, int roomId)
          Send an object to the other users in the current room.
 void SmartFoxClient.sendObjectToGroup(SFSObject obj, int[] userList)
          Send an Actionscript object to a group of users in the room.
 void SmartFoxClient.sendObjectToGroup(SFSObject obj, int[] userList, int roomId)
          Send an Actionscript object to a group of users in the room.
 void SmartFoxClient.sendXtMessage(java.lang.String xtName, java.lang.String cmd, SFSObject paramObj)
          Send a request to a server side extension using XML protocol.
 void SmartFoxClient.sendXtMessage(java.lang.String xtName, java.lang.String cmd, SFSObject paramObj, int roomId)
          Send a request to a server side extension using XML protocol.
 

Constructors in it.gotoandplay.smartfoxclient with parameters of type SFSObject
SFSEvent(java.lang.String name, SFSObject params)
           
 

Uses of SFSObject in it.gotoandplay.smartfoxclient.data
 

Methods in it.gotoandplay.smartfoxclient.data that return SFSObject
 SFSObject SFSObject.getObj(int key)
          Get an ActionscriptObject from an index key
 SFSObject SFSObject.getObj(java.lang.String key)
          Get an ActionscriptObject from a string key
 

Uses of SFSObject in it.gotoandplay.smartfoxclient.http
 

Constructors in it.gotoandplay.smartfoxclient.http with parameters of type SFSObject
HttpEvent(java.lang.String type, SFSObject params)
           
 

Uses of SFSObject in it.gotoandplay.smartfoxclient.util
 

Methods in it.gotoandplay.smartfoxclient.util that return SFSObject
static SFSObject SFSObjectSerializer.deserialize(java.lang.String xmlData)
           
 

Methods in it.gotoandplay.smartfoxclient.util with parameters of type SFSObject
static void SFSObjectSerializer.dumpAsObj(SFSObject ao)
           
static java.lang.String SFSObjectSerializer.serialize(SFSObject ao)