- ReadOnlyUserVariablesFilter - Class in com.smartfoxserver.v2.controllers.filter
-
This filter can be added to any existing application to provide read-only User Variables.
- ReadOnlyUserVariablesFilter(Zone) - Constructor for class com.smartfoxserver.v2.controllers.filter.ReadOnlyUserVariablesFilter
-
Builds an empty filter.
- ReadOnlyUserVariablesFilter(Zone, List<String>) - Constructor for class com.smartfoxserver.v2.controllers.filter.ReadOnlyUserVariablesFilter
-
Builds a new filter with a list of read-only User Variables names.
- reason - Variable in class com.smartfoxserver.v2.entities.SFSBannedUser
-
- recover(SignUpAssistantComponent, User, ISFSObject) - Method in class com.smartfoxserver.v2.components.signup.CustomFieldPasswordRecovery
-
- recover(SignUpAssistantComponent, User, ISFSObject) - Method in interface com.smartfoxserver.v2.components.signup.IPasswordRecovery
-
- recover(SignUpAssistantComponent, User, ISFSObject) - Method in class com.smartfoxserver.v2.components.signup.LegacyPasswordRecovery
-
- RecoveryMode - Enum in com.smartfoxserver.v2.components.signup
-
Determines the mode of the Password Recovery service
- registerEventsForRoomGroup(String, Set<SFSRoomEvents>) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- registerEventsForRoomGroup(String, Set<SFSRoomEvents>) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- remove(String) - Method in interface com.smartfoxserver.v2.controllers.filter.ISystemFilterChain
-
Remove a Filter from the Filter Chain.
- remove(String) - Method in class com.smartfoxserver.v2.controllers.filter.SysControllerFilterChain
-
- remove(String) - Method in interface com.smartfoxserver.v2.extensions.filter.IFilterChain
-
Remove a Filter from the Filter Chain.
- remove(String) - Method in class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilterChain
-
Remove a Filter from the Filter Chain.
- removeAllRooms() - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Remove all stored Rooms for this Zone from the storage system (Use wisely!)
- removeAllRooms(String) - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Remove all stored Rooms belonging to a specific Room Group
- removeAllUsers() - Method in class com.smartfoxserver.v2.entities.SFSZone
- removeAllUsers() - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeBannedUser(String, String, BanMode) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
-
- removeBuddy(User, String, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSBuddyApi
-
Remove a Buddy from the owner's BuddyList
- removeBuddy(Zone, String, String, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSBuddyApi
-
Removes a Buddy from the owner's BuddyList even if the User is not online at the moment
This feature is not implemented yet.
- removeBuddy(User, String, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSBuddyApi
-
Remove a Buddy from the owner's BuddyList
- removeBuddy(Zone, String, String, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSBuddyApi
-
- removeBuddy(String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyList
-
Used by the BuddyManager only.
- removeBuddy(String, String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
-
Use the SFSBuddyAPI
- removeBuddy(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyList
-
- removeBuddy(String, String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
Use the SFSBuddyAPI
- RemoveBuddy - Class in com.smartfoxserver.v2.controllers.system.buddylist
-
- RemoveBuddy() - Constructor for class com.smartfoxserver.v2.controllers.system.buddylist.RemoveBuddy
-
- removeBuddyList(String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
-
- removeBuddyList(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- removeCreatedRoom(Room) - Method in class com.smartfoxserver.v2.entities.SFSUser
-
- removeCreatedRoom(Room) - Method in interface com.smartfoxserver.v2.entities.User
-
- removeDisabledSystemEvent(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeDisabledSystemEvent(String) - Method in interface com.smartfoxserver.v2.entities.Zone
-
INTERNAL
- removeElement(String) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
-
Remove an element in the object
- removeElement(String) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
-
- removeElementAt(int) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
-
Remove an element at a specific index
- removeElementAt(int) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
-
- removeEventHandler(SFSEventType) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
-
Remove an event handler
- removeEventListener(SFSEventType, ISFSEventListener) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
-
Remove an event listener
- removeEventListener(SFSEventType, ISFSEventListener) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
-
Remove an event listener
- removeEventsForListener(ISFSEventListener) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
-
- removeExpression(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
-
- removeExpression(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
-
- removeFilter(String) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
-
Removes a filter from the Extension
- removeInvitation(Invitation) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
-
- removeJoinedRoom(Room) - Method in class com.smartfoxserver.v2.entities.SFSUser
-
- removeJoinedRoom(Room) - Method in interface com.smartfoxserver.v2.entities.User
-
- removeMMOItem(BaseMMOItem) - Method in interface com.smartfoxserver.v2.api.ISFSMMOApi
-
Remove an MMOItem from an MMORoom.
- removeMMOItem(BaseMMOItem) - Method in class com.smartfoxserver.v2.api.SFSMMOApi
-
Remove an MMOItem from an MMORoom.
- removeMMOItem(BaseMMOItem) - Method in class com.smartfoxserver.v2.mmo.MMORoom
-
private
- removePermissionProfile(short) - Method in interface com.smartfoxserver.v2.security.PrivilegeManager
-
- removePermissionProfile(String) - Method in interface com.smartfoxserver.v2.security.PrivilegeManager
-
- removePermissionProfile(short) - Method in class com.smartfoxserver.v2.security.SFSPrivilegeManager
-
- removePermissionProfile(String) - Method in class com.smartfoxserver.v2.security.SFSPrivilegeManager
-
- removeProperty(String) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
-
- removeProperty(String) - Method in class com.smartfoxserver.bitswarm.sessions.Session
-
- removeProperty(Object) - Method in interface com.smartfoxserver.v2.entities.Room
-
Removes a custom property
- removeProperty(Object) - Method in class com.smartfoxserver.v2.entities.SFSRoom
-
Removes a custom property
- removeProperty(Object) - Method in class com.smartfoxserver.v2.entities.SFSUser
-
- removeProperty(Object) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Remove a property.
- removeProperty(Object) - Method in interface com.smartfoxserver.v2.entities.User
-
Removes a custom property
- removeProperty(Object) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Remove a property.
- removeRequestHandler(String) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
-
Remove a request handler
- removeRoom(Room) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Removes a Room from its Zone
- removeRoom(Room, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Removes a Room from its Zone
- removeRoom(Room) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Removes a Room from its Zone
- removeRoom(Room, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Removes a Room from its Zone
- removeRoom(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeRoom(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeRoom(Room) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeRoom(Room) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeRoom(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeRoom(String) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeRoom(String) - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Remove a saved Room from the storage system
- removeSystemProperty(String) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
-
- removeSystemProperty(String) - Method in class com.smartfoxserver.bitswarm.sessions.Session
-
- removeUser(User) - Method in interface com.smartfoxserver.v2.entities.Room
-
- removeUser(User) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- removeUser(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeUser(ISession) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeUser(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeUser(User) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeUser(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeUser(String) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeUser(ISession) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeUser(User) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeUser(User) - Method in class com.smartfoxserver.v2.game.SFSGame
-
- removeUser(User) - Method in class com.smartfoxserver.v2.mmo.MMORoom
-
private
- removeUserFromRoom(User, Room) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- removeUserFromRoom(User, Room) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- removeVariable(String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
-
- removeVariable(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
-
- removeVariable(String) - Method in class com.smartfoxserver.v2.controllers.filter.ReadOnlyUserVariablesFilter
-
Removes a variable name, rendering the related User Variable readable and writable
- removeVariable(String) - Method in interface com.smartfoxserver.v2.entities.Room
-
- removeVariable(String) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- removeVariable(String) - Method in class com.smartfoxserver.v2.entities.SFSUser
-
- removeVariable(String) - Method in interface com.smartfoxserver.v2.entities.User
-
- removeVariable(String) - Method in interface com.smartfoxserver.v2.mmo.IMMOItem
-
Used internally.
- removeVariable(String) - Method in class com.smartfoxserver.v2.mmo.MMOItem
-
Used internally.
- removeVariablesCreatedByUser(User) - Method in interface com.smartfoxserver.v2.entities.Room
-
- removeVariablesCreatedByUser(User, boolean) - Method in interface com.smartfoxserver.v2.entities.Room
-
- removeVariablesCreatedByUser(User) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- removeVariablesCreatedByUser(User, boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- replyToInvitation(User, int, InvitationResponse, ISFSObject, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSGameApi
-
Handle the Invitation reply of a User
- replyToInvitation(User, int, InvitationResponse, ISFSObject, boolean) - Method in class com.smartfoxserver.v2.api.SFSGameApi
-
Handle the Invitation reply of a User
- ReservedBuddyVariables - Class in com.smartfoxserver.v2.buddylist
-
Contains a series of Reserved BuddyVariables with a special meaning for the BuddyList system:
BV_ONLINE: the Buddy Online status
BV_STATE: the Buddy State message
BV_NICKNAME: the Buddy nickname
- ReservedBuddyVariables() - Constructor for class com.smartfoxserver.v2.buddylist.ReservedBuddyVariables
-
- ReservedRoomVariables - Class in com.smartfoxserver.v2.entities.variables
-
The class contains static fields that represent names of "reserved" Room Variables.
- ReservedRoomVariables() - Constructor for class com.smartfoxserver.v2.entities.variables.ReservedRoomVariables
-
- resetSystemFilterChain() - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Resets the whole SystemController Filter chain.
- resetSystemFilterChain() - Method in interface com.smartfoxserver.v2.entities.Zone
-
Resets the whole SystemController Filter chain.
- resizeThreadPool(int) - Method in class com.smartfoxserver.v2.util.TaskScheduler
-
Resize the thread pool by changing the amount of worker threads executing the tasks.
- resolveIpAddress(ISession) - Method in class com.smartfoxserver.v2.controllers.system.Login
-
- responseAPI - Variable in class com.smartfoxserver.v2.api.SFSApi
-
- responseAPI - Variable in class com.smartfoxserver.v2.api.SFSBuddyApi
-
- responseApi - Variable in class com.smartfoxserver.v2.api.SFSGameApi
-
- responseApi - Variable in class com.smartfoxserver.v2.game.GenericInvitationCallback
-
- restart() - Method in class com.smartfoxserver.v2.SmartFoxServer
-
- rewind() - Method in class com.smartfoxserver.v2.entities.match.MatchExpression
-
Rewinds the cursor to the first expression in the chain and return the MatchExpression at the top of the chain of expressions
- Room - Interface in com.smartfoxserver.v2.entities
-
- RoomExtensionSettings(String, String) - Constructor for class com.smartfoxserver.v2.api.CreateRoomSettings.RoomExtensionSettings
-
- RoomProperties - Class in com.smartfoxserver.v2.entities.match
-
A list of additional properties that can be used in MatchExpressions for Room objects
- RoomProperties() - Constructor for class com.smartfoxserver.v2.entities.match.RoomProperties
-
- RoomSize - Class in com.smartfoxserver.v2.entities
-
Represent the size of a Room.
- RoomSize(int, int) - Constructor for class com.smartfoxserver.v2.entities.RoomSize
-
- RoomStorageMode - Enum in com.smartfoxserver.v2.persistence.room
-
Provides several modes for the Room Storage API
- RoomVariable - Interface in com.smartfoxserver.v2.entities.variables
-
- runEventInChain(ISFSEvent) - Method in interface com.smartfoxserver.v2.extensions.filter.IFilterChain
-
- runEventInChain(ISFSEvent) - Method in class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilterChain
-
- runRequest(User, ISFSObject) - Method in interface com.smartfoxserver.v2.controllers.filter.ISystemFilterChain
-
- runRequest(User, ISFSObject) - Method in class com.smartfoxserver.v2.controllers.filter.SysControllerFilterChain
-
- runRequestInChain(String, User, ISFSObject) - Method in interface com.smartfoxserver.v2.extensions.filter.IFilterChain
-
- runRequestInChain(String, User, ISFSObject) - Method in class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilterChain
-
- RV_GAME_STARTED - Static variable in class com.smartfoxserver.v2.entities.variables.ReservedRoomVariables
-
Used by the SFSGame Rooms to notify the change in the started/stopped game status