- unfreeze() - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
-
- unfreeze() - Method in class com.smartfoxserver.bitswarm.sessions.Session
-
- unsubscribeGroup(String) - Method in class com.smartfoxserver.v2.entities.SFSUser
-
- unsubscribeGroup(String) - Method in interface com.smartfoxserver.v2.entities.User
-
- unsubscribeRoomGroup(User, String) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Unsubscribe User to a Room Group.
- unsubscribeRoomGroup(User, String) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Unsubscribe User to a Room Group.
- UnsubscribeRoomGroup - Class in com.smartfoxserver.v2.controllers.system
-
- UnsubscribeRoomGroup() - Constructor for class com.smartfoxserver.v2.controllers.system.UnsubscribeRoomGroup
-
- updated - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
-
- updateItem(BaseMMOItem, Vec3D) - Method in class com.smartfoxserver.v2.mmo.MMORoom
-
- updateLastRequestTime() - Method in class com.smartfoxserver.v2.entities.SFSUser
-
- updateLastRequestTime() - Method in interface com.smartfoxserver.v2.entities.User
-
- updateUser(User) - Method in class com.smartfoxserver.v2.mmo.MMORoom
-
private
- useBadWordsFilter - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
- useCaseSensitiveNameCheck - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration.PasswordRecovery
-
Validates the user name using a case-sensitive string comparison
- useCaseSensitiveNameChecks - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
-
By default user name checks are not case-sensitive.
- useExtendedMessages - Static variable in class com.smartfoxserver.v2.exceptions.ExceptionMessageComposer
-
- User - Interface in com.smartfoxserver.v2.entities
-
- USER_COUNT - Static variable in class com.smartfoxserver.v2.entities.match.RoomProperties
-
The Room user count
- userExitEventHandler - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
- userIsActiveField - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
(Optional) If the activationCodeField is used this property will indicate which field to use
to keep track of the User's account activation.
- userName - Variable in class com.smartfoxserver.v2.components.login.LoginData
-
The user name extracted from the database
- userName - Variable in class com.smartfoxserver.v2.db.DBConfig
-
The user name for accessing the database
- userName - Variable in class com.smartfoxserver.v2.entities.LoginData
-
- userNameField - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
-
The name of the field in the Database containing the user name, default is 'username'
- usernameField - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
The name of the field used to store the user name.
- UserProperties - Class in com.smartfoxserver.v2.entities.match
-
A list of additional properties that can be used in MatchExpressions for User objects
- UserProperties() - Constructor for class com.smartfoxserver.v2.entities.match.UserProperties
-
- usersSeeEachOthers(User, User) - Static method in class com.smartfoxserver.v2.util.UsersUtil
-
- UsersUtil - Class in com.smartfoxserver.v2.util
-
- UsersUtil() - Constructor for class com.smartfoxserver.v2.util.UsersUtil
-
- UserVariable - Interface in com.smartfoxserver.v2.entities.variables
-
- useTempBuddies - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
- useTextSerialization - Variable in class com.smartfoxserver.v2.persistence.room.DBRoomStorageConfig
-
Instead of using a binary serialization the Room data will be converted to JSON and stored as TEXT in
the database.