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

S

saveAllBuddyLists() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
saveBuddyList(String) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
saveIgnoreList() - Method in class it.gotoandplay.smartfoxserver.data.User
 
sendGenericMessage(String, SocketChannel, LinkedList) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Send a generic text or XML message.
sendModeratorMessage(String, User, int, int) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Send a moderator message to a single user, a room or an entire Zone
sendResponse(ActionscriptObject, int, User, LinkedList) - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
Send a response to one or more clients using XML format
sendResponse(String[], int, User, LinkedList) - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
Send a response to one or more clients using String format
sendResponse(JSONObject, int, User, LinkedList) - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
Send a response to one or more clients using JSON format
sendRoomList(SocketChannel) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Send a room list in default format (XML)
This will fire a onRoomListUpdate() event on the client.
setActive(boolean) - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
 
setAsAdmin() - Method in class it.gotoandplay.smartfoxserver.data.User
Set the user as Admin
setAsModerator() - Method in class it.gotoandplay.smartfoxserver.data.User
Set the user as a moderator
setAsModerator(boolean) - Method in class it.gotoandplay.smartfoxserver.data.User
Set the moderator flag
setAutoJoinRoom(int) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Set the id of the auto-join room
setAutoReloadExtensions(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setBuddyListChanged() - Method in class it.gotoandplay.smartfoxserver.data.User
 
setBusyForChallenge(boolean) - Method in class it.gotoandplay.smartfoxserver.data.User
 
setCountUpdate(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setCreator(SocketChannel) - Method in class it.gotoandplay.smartfoxserver.data.Room
 
setEmptyNames(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setGame() - Method in class it.gotoandplay.smartfoxserver.data.Room
Set as a game room
setIgnoreListManager(IIgnoreListManager) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setIsBusyForPlay(boolean) - Method in class it.gotoandplay.smartfoxserver.data.User
 
setLimbo(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Room
 
setMaxRoomNameLen(int) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setMaxRooms(int) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setMaxRoomsPerUser(int) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Set the maximum number of rooms that can be created by a single user
setMaxSpectators(int) - Method in class it.gotoandplay.smartfoxserver.data.Room
Set the max number of spectators
setMaxUserNameLen(int) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setMaxUsers(int) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setName(String) - Method in class it.gotoandplay.smartfoxserver.data.Room
setName()
setOwner(User) - Method in class it.gotoandplay.smartfoxserver.data.RoomVariable
Set the variable owner
setOwner(String, String) - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
 
setPassword(String) - Method in class it.gotoandplay.smartfoxserver.data.Room
Set the room password
setPersistent(boolean) - Method in class it.gotoandplay.smartfoxserver.data.RoomVariable
Set the persistent flag
setPlayerIndex(Room, int) - Method in class it.gotoandplay.smartfoxserver.data.User
 
setPrivate(boolean) - Method in class it.gotoandplay.smartfoxserver.data.RoomVariable
Set the private flag
setPrivilege(int) - Method in class it.gotoandplay.smartfoxserver.data.User
 
setPrivMsgInternalEvent(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Enable / Disable "privMsg" events in extensions
setPubMsgInternalEvent(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Enable / Disable "pubMsg" events in extensions
setRoomUpdates(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
setRoomVariable(Room, User, String, String, String, boolean, boolean, boolean, boolean) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Deprecated.  
setRoomVariables(Room, User, HashMap, boolean, boolean) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Set one or more Room Variable
The vars parameter requires a HashMap of RoomVariables where the key is the variable name and the value is the RoomVariable object
setType(String) - Method in class it.gotoandplay.smartfoxserver.data.UserVariable
Set the variable type
setUcountUpdates(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Room
Turn on/off the "uCount" server updates
setUserVariables(User, HashMap, boolean) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Set one or more User Variables.
setValue(String) - Method in class it.gotoandplay.smartfoxserver.data.UserVariable
Set the variable value
setVariable(String, String, String, boolean, boolean, User, boolean) - Method in class it.gotoandplay.smartfoxserver.data.Room
Set a Room Variable
setVariable(String, String, String) - Method in class it.gotoandplay.smartfoxserver.data.User
 
setVarsOnRoomList(boolean) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
SimpleDbExtension - Class in it.gotoandplay.smartfoxserver.extensions.examples
SimpleDbExtension.java This example is the java translation of the dbExtension Actionscript Example found in the sfsExtensions/ folder
For further details you should read the tutorial 8.3 of the SmartFoxServer documentation
SimpleDbExtension() - Constructor for class it.gotoandplay.smartfoxserver.extensions.examples.SimpleDbExtension
 
SimpleExtension - Class in it.gotoandplay.smartfoxserver.extensions.examples
This is the most simple SmartFoxServer extension possible.
SimpleExtension() - Constructor for class it.gotoandplay.smartfoxserver.extensions.examples.SimpleExtension
 
size() - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get the current number of elements
STATUS_ACTIVE - Static variable in class it.gotoandplay.smartfoxserver.data.Zone
 
STATUS_INACTIVE - Static variable in class it.gotoandplay.smartfoxserver.data.Zone
 
switchSpectator(User) - Method in class it.gotoandplay.smartfoxserver.data.Room
Switch a user from spectator to player (available only in game rooms with spectators)
switchSpectator(User, int, boolean) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Switch a spectator into a player, if possible (game rooms only)

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