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

G

get(String) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get an object from a string key
get(int) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get an object from an index key
getAllPlayers() - Method in class it.gotoandplay.smartfoxserver.data.Room
Return an array of players (for game rooms)
getAllSpectators() - Method in class it.gotoandplay.smartfoxserver.data.Room
Return an array of all spectators in this room
getAllUsers() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get all the users in the Room
getAllUsersButOne(User) - Method in class it.gotoandplay.smartfoxserver.data.Room
Get an array of Users excluding the one passed to the function This can be useful when you need to broadcast a message to all people in the room except for the one who sent the request to the server.
getAllUsersButOne(Integer) - Method in class it.gotoandplay.smartfoxserver.data.Room
Get an array of Users excluding the one passed to the function This can be useful when you need to broadcast a message to all people in the room except for the one who sent the request to the server.
getAllUsersInZone() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getAutoJoinRoom() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getBlueBoxSessionId() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getBool(int) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get a boolean from an index key
getBool(String) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get a boolean from a String key
getBooleanValue() - Method in class it.gotoandplay.smartfoxserver.data.UserVariable
 
getBuddyList(String) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getBuddyLists() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getBuddyManager() - Method in class it.gotoandplay.smartfoxserver.data.Zone
Return the BuddyListManager for this zone
getBuddyPermissionTimeout() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getBuddyVariables(String) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
Return the variables map of a buddy
getBuddyVariables(LoadableBuddyItem) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
Return the variables map of a buddy
getChannel() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getChannelFromName(String) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getChannelList() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getChannellList() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get a list of the SocketChannels in this room
getClientsToUpdate(String) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getConnection() - Method in class it.gotoandplay.smartfoxserver.db.DbManager
Grab a connection from the connection pool This allows the extension developer to freely instantiate a db connection and use all the objects exposed by the JDBC APIs.
getCountUpdate() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getCreator() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getData() - Method in class it.gotoandplay.smartfoxserver.db.DataRow
This is a utility method used exclusively by dynamic languages ( Javascript / Python )
getDataAsList() - Method in class it.gotoandplay.smartfoxserver.db.DataRow
Get the row data as a List
getDataAsMap() - Method in class it.gotoandplay.smartfoxserver.db.DataRow
Get the row data as a Map
getDoubleValue() - Method in class it.gotoandplay.smartfoxserver.data.UserVariable
 
getDroppedPackets() - Method in class it.gotoandplay.smartfoxserver.data.User
Return the number of dropped packets
getEmptyNames() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getEventName() - Method in class it.gotoandplay.smartfoxserver.events.InternalEventObject
 
getExtension(String) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Get an extension from its name
getExtManager() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getExtManager() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getGuestName() - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Return a guest name in the format of "guest_nn" where nn is an autoincrement long value
getHash(String) - Method in class it.gotoandplay.smartfoxserver.crypto.MD5
Generate the md5 hash
getId() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get room id
getInstance() - Static method in class it.gotoandplay.smartfoxserver.lib.MailManager
Get the Mail Manager instance
getIntValue() - Method in class it.gotoandplay.smartfoxserver.data.UserVariable
 
getIpAddress() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getItem(int) - Method in class it.gotoandplay.smartfoxserver.db.DataRow
Get an item from the row using field indexes (starting at zero)
getItem(String) - Method in class it.gotoandplay.smartfoxserver.db.DataRow
Get an item from the row using field names
getLastMessageTime() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getLoginTime() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getMaxBuddyVarLen() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
Get the max length of a buddy variable, expressed in number of characters.
getMaxBuddyVars() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
Get the max amount of buddy variables allowed
getMaxRoomNameLen() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getMaxRooms() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getMaxRoomsPerUser() - Method in class it.gotoandplay.smartfoxserver.data.Zone
Get the maximum number of rooms that can be created by a single user
getMaxSpectator() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getMaxUserNameLen() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getMaxUsers() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get the max number of users allowed
getMaxUsers() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getName() - Method in class it.gotoandplay.smartfoxserver.data.Room
getName()
getName() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getName() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getNumber(int) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get a number from an index key
getNumber(String) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get a number from a string key
getObj(int) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get an ActionscriptObject from an index key
getObj(String) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get an ActionscriptObject from a string key
getObject(String) - Method in class it.gotoandplay.smartfoxserver.events.InternalEventObject
 
getOfflineBuddyVariables(String) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getOfflineVariables(String) - Method in class it.gotoandplay.smartfoxserver.data.buddylist.persistence.AbstractBuddyPersister
 
getOfflineVariables(String) - Method in interface it.gotoandplay.smartfoxserver.data.buddylist.persistence.IBuddyListPersister
Return a map of off-line variables.
getOwner() - Method in class it.gotoandplay.smartfoxserver.data.RoomVariable
 
getOwnerListFullErrorMessage() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
Get the "Owner Buddy List Full" custom error message
getOwnerRoom() - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
Get the name of the room where the extension is attached to (if any)
getOwnerZone() - Method in class it.gotoandplay.smartfoxserver.extensions.AbstractExtension
Get the name of the zone where the extension is attached to
getParam(String) - Method in class it.gotoandplay.smartfoxserver.events.InternalEventObject
 
getPassword() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get the optional room password
getPendingRequests() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getPermissionRequests() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getPersister() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
Get the IBuddyListPersister
getPlayerIndex() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getPlayerIndex(Room) - Method in class it.gotoandplay.smartfoxserver.data.User
 
getPrivilege() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getRoom() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getRoom(int) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Return a room object from this zone
getRoomByName(String) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Find a room from its name
getRoomCount() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getRoomList() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getRooms() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getRoomsConnected() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getRoomsConnectedCount() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getRoomsCreatedCount() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getRoomUpdates() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getSecretKey(SocketChannel) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Return the unique secret key for this socket channel
For further info about this method and its usage check the "Secure Login Tutorial"
found at chapter 8.9 of the documentation.
getSecurityMode() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getServerStatus() - Static method in class it.gotoandplay.smartfoxserver.webserver.WebHelper
get the server status
getSpectatorCount() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getSpectatorList() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get an array of spectators in this room
getStatus() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getString(int) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get a String from and index key
getString(String) - Method in class it.gotoandplay.smartfoxserver.lib.ActionscriptObject
Get a String from a string key
getTargetListFullErrorMessage() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
Get the "Target Buddy List Full" custom error message
getType() - Method in class it.gotoandplay.smartfoxserver.data.UserVariable
 
getType() - Method in class it.gotoandplay.smartfoxserver.db.DataRow
Get the type of dataRow.
getTypedObject(String) - Method in class it.gotoandplay.smartfoxserver.events.InternalEventObject
 
getUcountUpdates() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get the status of the "uCount" server updates
getUseOfflineVariables() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getUserByChannel(SocketChannel) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Return a User object from its socket channel
getUserById(int) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Return a User object from its numeric id
getUserByName(String) - Method in class it.gotoandplay.smartfoxserver.data.Room
Get a user from its name
getUserByName(String) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Get a user from its name
getUserByPlayerIndex(int) - Method in class it.gotoandplay.smartfoxserver.data.Room
Return a player by its player id
getUserCount() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getUserCount() - Method in class it.gotoandplay.smartfoxserver.data.Zone
New since version 1.4.0 no need to use the above code.
getUserId() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getUserIdByName(String) - Method in class it.gotoandplay.smartfoxserver.data.Zone
Get a User id from its name
getUserList() - Method in class it.gotoandplay.smartfoxserver.data.Room
Return an array of users
getUserList() - Method in class it.gotoandplay.smartfoxserver.data.Zone
Get the full list of users connected to this zone
getUserNames() - Method in class it.gotoandplay.smartfoxserver.data.Zone
Deprecated.  
getValue() - Method in class it.gotoandplay.smartfoxserver.data.UserVariable
 
getVarCache() - Method in class it.gotoandplay.smartfoxserver.data.buddylist.BuddyListManager
 
getVariable(String) - Method in class it.gotoandplay.smartfoxserver.data.Room
Get a room variable
getVariable(String) - Method in class it.gotoandplay.smartfoxserver.data.User
Get a User Variable
getVariableNames() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getVariableNames() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getVariables() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get a map of variables
getVariables() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getVarsOnRoomList() - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getXmlBuddy(String) - Method in class it.gotoandplay.smartfoxserver.data.Zone
 
getXmlUserList() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getXmlVariable(String) - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getXmlVarList() - Method in class it.gotoandplay.smartfoxserver.data.Room
 
getXmlVarList() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getZone() - Method in class it.gotoandplay.smartfoxserver.data.Room
Get the parent zone
getZone() - Method in class it.gotoandplay.smartfoxserver.data.User
 
getZone(String) - Method in class it.gotoandplay.smartfoxserver.extensions.ExtensionHelper
Return a Zone object from its name

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