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

R

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
 
REBOOTING - com.smartfoxserver.v2.core.ServerState
 
RECIPIENT - com.smartfoxserver.v2.core.SFSEventParam
The recipient of a message ( User )
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
 
RECOVER_NO_USER - com.smartfoxserver.v2.components.signup.SignUpErrorCodes
 
RecoveryMode - Enum in com.smartfoxserver.v2.components.signup
Determines the mode of the Password Recovery service
REFUSE - com.smartfoxserver.v2.entities.invitation.InvitationResponse
Refuse the invitation
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(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 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(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) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyList
 
removeBuddy(String, String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
Use the SFSBuddyAPI
removeBuddy(String, String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
Use the SFSBuddyAPI
RemoveBuddy - Class in com.smartfoxserver.v2.controllers.system.buddylist
 
RemoveBuddy - com.smartfoxserver.v2.controllers.SystemRequest
 
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(short) - Method in class com.smartfoxserver.v2.security.SFSPrivilegeManager
 
removePermissionProfile(String) - Method in interface com.smartfoxserver.v2.security.PrivilegeManager
 
removePermissionProfile(String) - Method in class com.smartfoxserver.v2.security.SFSPrivilegeManager
 
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.
removeProperty(String) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
 
removeProperty(String) - Method in class com.smartfoxserver.bitswarm.sessions.Session
 
removeRequestHandler(String) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
Remove a request handler
removeRoom(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
removeRoom(int) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
removeRoom(Room) - 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) - Method in class com.smartfoxserver.v2.entities.SFSZone
removeRoom(Room) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
removeRoom(Room, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
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(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
removeRoom(String) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
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(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
INTERNAL
removeUser(int) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
removeUser(ISession) - Method in class com.smartfoxserver.v2.entities.SFSZone
INTERNAL
removeUser(ISession) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
removeUser(User) - Method in interface com.smartfoxserver.v2.entities.Room
 
removeUser(User) - Method in class com.smartfoxserver.v2.entities.SFSRoom
removeUser(User) - Method in class com.smartfoxserver.v2.entities.SFSZone
INTERNAL
removeUser(User) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
removeUser(User) - Method in class com.smartfoxserver.v2.game.SFSGame
 
removeUser(User) - Method in class com.smartfoxserver.v2.mmo.MMORoom
private
removeUser(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
INTERNAL
removeUser(String) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
removeUserFromRoom(User, Room) - Method in class com.smartfoxserver.v2.entities.SFSZone
removeUserFromRoom(User, Room) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
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) - Method in class com.smartfoxserver.v2.entities.SFSRoom
removeVariablesCreatedByUser(User, boolean) - Method in interface com.smartfoxserver.v2.entities.Room
 
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.SFSGameApi
 
responseApi - Variable in class com.smartfoxserver.v2.game.GenericInvitationCallback
 
responseAPI - Variable in class com.smartfoxserver.v2.api.SFSApi
 
responseAPI - Variable in class com.smartfoxserver.v2.api.SFSBuddyApi
 
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
 
ROOM - com.smartfoxserver.v2.core.SFSEventParam
The Room in which the event was fired, where applicable ( Room )
ROOM_ADDED - com.smartfoxserver.v2.core.SFSEventType
This event is fired after a new Room was created in the current Zone
ROOM_CAPACITY_CHANGE - com.smartfoxserver.v2.entities.SFSRoomEvents
This event is notified every time the capacity of Room is changed
ROOM_CAPACITY_CHANGE_PERMISSION_ERR - com.smartfoxserver.v2.exceptions.SFSErrorCode
 
ROOM_DUPLICATE_NAME - com.smartfoxserver.v2.exceptions.SFSErrorCode
 
ROOM_NAME_BAD_SIZE - com.smartfoxserver.v2.exceptions.SFSErrorCode
 
ROOM_NAME_CHANGE - com.smartfoxserver.v2.entities.SFSRoomEvents
This event is notified every time a Room name is changed
ROOM_NAME_CHANGE - com.smartfoxserver.v2.entities.SFSRoomSettings
Toggles the ability to change the name of a Room at runtime
ROOM_NAME_CHANGE_PERMISSION_ERR - com.smartfoxserver.v2.exceptions.SFSErrorCode
 
ROOM_NAME_CONTAINS_BADWORDS - com.smartfoxserver.v2.exceptions.SFSErrorCode
 
ROOM_PASS_CHANGE_PERMISSION_ERR - com.smartfoxserver.v2.exceptions.SFSErrorCode
 
ROOM_REMOVED - com.smartfoxserver.v2.core.SFSEventType
This event is fired after a Room was removed from the current Zone
ROOM_VARIABLES_UPDATE - com.smartfoxserver.v2.core.SFSEventType
This event is fired when a one or more Room Variables are set.
ROOM_VARIABLES_UPDATE - com.smartfoxserver.v2.entities.SFSRoomEvents
This event is notified every time one or more Variables are modified in the Room
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
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
All Classes All Packages