A B C D E G H I J K L M O P R S T U V X Z _

S

send(String) - Method in class it.gotoandplay.smartfoxclient.http.HttpConnection
 
sendBuddyPermissionResponse(boolean, String) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Grant current user permission to be added to a buddy list.
sendJson(String) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
 
sendModeratorMessage(String, String, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a Moderator message to the current zone, the current room or a specific user in the current room.
sendObject(SFSObject) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send an object to the other users in the current room.
sendObject(SFSObject, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send an object to the other users in the current room.
sendObjectToGroup(SFSObject, int[]) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send an Actionscript object to a group of users in the room.
sendObjectToGroup(SFSObject, int[], int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send an Actionscript object to a group of users in the room.
sendPrivateMessage(String, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a private message to a user.
sendPrivateMessage(String, int, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a private message to a user.
sendPublicMessage(String) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a public message.
sendPublicMessage(String, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a public message.
sendString(String) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
 
sendXtMessage(String, String, SFSObject) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a request to a server side extension using XML protocol.
sendXtMessage(String, String, SFSObject, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a request to a server side extension using XML protocol.
sendXtMessage(String, String, JSONObject) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a request to a server side extension using JSON protocol.
sendXtMessage(String, String, JSONObject, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a request to a server side extension using JSON protocol.
sendXtMessage(String, String, String[]) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a request to a server side extension using String protocol.
sendXtMessage(String, String, String[], int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Send a request to a server side extension using String protocol.
serialize(SFSObject) - Static method in class it.gotoandplay.smartfoxclient.util.SFSObjectSerializer
 
setBlocked(boolean) - Method in class it.gotoandplay.smartfoxclient.data.Buddy
 
setBuddyBlockStatus(String, boolean) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Block or unblock a user in the buddy list.
setBuddyVariables(Map<String, String>) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Set the current user's Buddy Variables.
setConnected(boolean) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Sets the connected flag.
setDebug(boolean) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Toggle the client-side debugging informations.
setHttpPollSpeed(int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Sets the minimum interval between two polling requests when connecting to SmartFoxServer via BlueBox module.
setId(int) - Method in class it.gotoandplay.smartfoxclient.data.Buddy
 
setIsLimbo(boolean) - Method in class it.gotoandplay.smartfoxclient.data.Room
 
setIsSpectator(boolean) - Method in class it.gotoandplay.smartfoxclient.data.User
 
setModerator(boolean) - Method in class it.gotoandplay.smartfoxclient.data.User
 
setMyPlayerIndex(int) - Method in class it.gotoandplay.smartfoxclient.data.Room
 
setName(String) - Method in class it.gotoandplay.smartfoxclient.data.Buddy
 
setOnline(boolean) - Method in class it.gotoandplay.smartfoxclient.data.Buddy
 
setPersistent(boolean) - Method in class it.gotoandplay.smartfoxclient.data.RoomVariableRequest
Sets if the variable is persistent.
setPlayerId(int) - Method in class it.gotoandplay.smartfoxclient.data.User
 
setPrivate(boolean) - Method in class it.gotoandplay.smartfoxclient.data.RoomVariableRequest
Sets if the variable is private.
setRawProtocolSeparator(char) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Sete the character used as separator for the String (raw) protocol.
setRoomVariables(Map<String, RoomVariableRequest>) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Set one or more Room Variables.
setRoomVariables(Map<String, RoomVariableRequest>, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Set one or more Room Variables.
setRoomVariables(Map<String, RoomVariableRequest>, int, boolean) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Set one or more Room Variables.
setSpectatorCount(int) - Method in class it.gotoandplay.smartfoxclient.data.Room
 
setType(String) - Method in class it.gotoandplay.smartfoxclient.data.SFSVariable
Set the variable type
setUserCount(int) - Method in class it.gotoandplay.smartfoxclient.data.Room
 
setUserVariables(Map<String, SFSVariable>) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Set on or more User Variables.
setUserVariables(Map<String, SFSVariable>, int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Set on or more User Variables.
setValue(String) - Method in class it.gotoandplay.smartfoxclient.data.SFSVariable
Set the variable value
setVariables(Map<String, String>) - Method in class it.gotoandplay.smartfoxclient.data.Buddy
 
setVariables(Map<String, SFSVariable>) - Method in class it.gotoandplay.smartfoxclient.data.Room
 
setVariables(Map<String, SFSVariable>) - Method in class it.gotoandplay.smartfoxclient.data.User
 
SFSEvent - Class in it.gotoandplay.smartfoxclient
SFSEvent is the class representing all events dispatched by the SmartFoxClient instance.
SFSEvent(String, SFSObject) - Constructor for class it.gotoandplay.smartfoxclient.SFSEvent
 
SFSEventDispatcher - Class in it.gotoandplay.smartfoxclient
SFSEventDispatcher is used by the SmartFoxClient class to notify about SmartFoxServer related events.
SFSEventDispatcher() - Constructor for class it.gotoandplay.smartfoxclient.SFSEventDispatcher
The constructor.
SFSObject - Class in it.gotoandplay.smartfoxclient.data
 
SFSObject() - Constructor for class it.gotoandplay.smartfoxclient.data.SFSObject
Default constructor
SFSObject(Collection) - Constructor for class it.gotoandplay.smartfoxclient.data.SFSObject
Constructs the ActionscriptObject populating it with the passed collection
SFSObject(Map) - Constructor for class it.gotoandplay.smartfoxclient.data.SFSObject
Constructs the ActionscriptObject populating it with the passed map
SFSObjectSerializer - Class in it.gotoandplay.smartfoxclient.util
 
SFSObjectSerializer() - Constructor for class it.gotoandplay.smartfoxclient.util.SFSObjectSerializer
 
SFSVariable - Class in it.gotoandplay.smartfoxclient.data
 
SFSVariable(String, String) - Constructor for class it.gotoandplay.smartfoxclient.data.SFSVariable
Default constructor
size() - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Get the current number of elements
smartConnect - Variable in class it.gotoandplay.smartfoxclient.SmartFoxClient
A boolean flag indicating if the BlueBox http connection should be used in case a socket connection is not available.
SmartFoxClient - Class in it.gotoandplay.smartfoxclient
SmartFoxClient is the main class in the SmartFoxServer API.
SmartFoxClient(boolean) - Constructor for class it.gotoandplay.smartfoxclient.SmartFoxClient
The SmartFoxClient contructor.
switchPlayer() - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Turn a player inside a game room into a spectator.
switchPlayer(int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Turn a player inside a game room into a spectator.
switchSpectator() - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Turn a spectator inside a game room into a player.
switchSpectator(int) - Method in class it.gotoandplay.smartfoxclient.SmartFoxClient
Turn a spectator inside a game room into a player.
SysHandler - Class in it.gotoandplay.smartfoxclient.handlers
 
SysHandler(SmartFoxClient) - Constructor for class it.gotoandplay.smartfoxclient.handlers.SysHandler
 

A B C D E G H I J K L M O P R S T U V X Z _