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

A

ACCEPT - com.smartfoxserver.v2.entities.invitation.InvitationResponse
Accept the invitation
ACTIVATION_INVALID_CODE - com.smartfoxserver.v2.components.signup.SignUpErrorCodes
 
ACTIVATION_NO_ID - com.smartfoxserver.v2.components.signup.SignUpErrorCodes
 
activationCodeField - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
(Optional) The name of the field used to store the auto-generate activation code.
activationCodeLength - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
(Optional) If the activationCodeField is used this property will indicate the length of the activation hash code.
activationErrorMessage - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
Customizable error message for inactive accounts
activationField - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
An optional field to check if the user account was activated.
active - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
 
active - Variable in class com.smartfoxserver.v2.db.DBConfig
Toggles the DBManager
add(SFSDataWrapper) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
 
add(SFSDataWrapper) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addBool(boolean) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a boolean
addBool(boolean) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addBoolArray(Collection<Boolean>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add an collection of boolean
addBoolArray(Collection<Boolean>) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addBuddy(Buddy) - Method in interface com.smartfoxserver.v2.buddylist.BuddyList
Used by the BuddyManager only.
addBuddy(Buddy) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyList
 
addBuddy(User, String, boolean, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSBuddyApi
Adds a new buddy to the BuddyList of the specified User.
addBuddy(User, String, boolean, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSBuddyApi
Adds a new buddy to the BuddyList of the specified User.
addBuddy(Zone, String, String, boolean, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSBuddyApi
Adds a buddy to the User's buddy list even if the User is not online at the moment This feature is not implemented yet.
addBuddy(Zone, String, String, boolean, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSBuddyApi
Adds a buddy to the User's buddy list even if the User is not online at the moment This feature is not implemented yet.
addBuddy(String, String, boolean) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
Use the SFSBuddyAPI
addBuddy(String, String, boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
Use the SFSBuddyAPI
AddBuddy - Class in com.smartfoxserver.v2.controllers.system.buddylist
 
AddBuddy - com.smartfoxserver.v2.controllers.SystemRequest
 
AddBuddy() - Constructor for class com.smartfoxserver.v2.controllers.system.buddylist.AddBuddy
 
addByte(byte) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a byte (signed 8-bit)
addByte(byte) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addByteArray(byte[]) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add an array of bytes
addByteArray(byte[]) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addClass(Object) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a Class instance.
addClass(Object) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addCreatedRoom(Room) - Method in class com.smartfoxserver.v2.entities.SFSUser
 
addCreatedRoom(Room) - Method in interface com.smartfoxserver.v2.entities.User
 
addDisabledSystemEvent(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
 
addDisabledSystemEvent(String) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
addDouble(double) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a byte (signed decimal 64-bit)
addDouble(double) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addDoubleArray(Collection<Double>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a collection of double
addDoubleArray(Collection<Double>) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addDroppedMessages(int) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
 
addDroppedMessages(int) - Method in class com.smartfoxserver.bitswarm.sessions.Session
 
addEventHandler(SFSEventType, IServerEventHandler) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
 
addEventHandler(SFSEventType, Class<?>) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
Add a request handler for a specific event type.
addEventListener(SFSEventType, ISFSEventListener) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
Allows to add a listener for a specific server event.
addEventListener(SFSEventType, ISFSEventListener) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
Allows to add a listener for a specific server event.
addExpression(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
 
addExpression(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
Add a new regular expression to match unwanted words for the BLACK_LIST mode
addFilter(String, SysControllerFilter) - Method in interface com.smartfoxserver.v2.controllers.filter.ISystemFilterChain
Add a filter to the Filter Chain.
addFilter(String, SysControllerFilter) - Method in class com.smartfoxserver.v2.controllers.filter.SysControllerFilterChain
 
addFilter(String, SFSExtensionFilter) - Method in interface com.smartfoxserver.v2.extensions.filter.IFilterChain
Add a filter to the Filter Chain.
addFilter(String, SFSExtensionFilter) - Method in class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilterChain
Add a filter to the Filter Chain.
addFilter(String, SFSExtensionFilter) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
Add a filter to the Extension
addFloat(float) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a byte (signed decimal 32-bit)
addFloat(float) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addFloatArray(Collection<Float>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a collection of float
addFloatArray(Collection<Float>) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addInfo(String) - Method in class com.smartfoxserver.v2.exceptions.ExceptionMessageComposer
 
addInt(int) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a byte (signed 32-bit)
addInt(int) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addIntArray(Collection<Integer>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a collection of int
addIntArray(Collection<Integer>) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addJoinedRoom(Room) - Method in class com.smartfoxserver.v2.entities.SFSUser
 
addJoinedRoom(Room) - Method in interface com.smartfoxserver.v2.entities.User
 
addLong(long) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a byte (signed 64-bit)
addLong(long) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addLongArray(Collection<Long>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a collection of long
addLongArray(Collection<Long>) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addNull() - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a null field to the Object.
addNull() - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addParameter(String) - Method in class com.smartfoxserver.v2.exceptions.SFSErrorData
 
addPersistentRoomVarReference(Room) - Method in class com.smartfoxserver.v2.entities.SFSUser
 
addPersistentRoomVarReference(Room) - Method in interface com.smartfoxserver.v2.entities.User
 
addReadBytes(long) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
 
addReadBytes(long) - Method in class com.smartfoxserver.bitswarm.sessions.Session
 
addRequestFilter(SystemRequest, int) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
 
addRequestFilter(T, int) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
 
addRequestHandler(String, IClientRequestHandler) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
 
addRequestHandler(String, Class<?>) - Method in class com.smartfoxserver.v2.extensions.SFSExtension
Add a request handler for a specific request id.
addRoom(Room) - Method in class com.smartfoxserver.v2.entities.SFSZone
 
addRoom(Room) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
addSFSArray(ISFSArray) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a nested ISFSArray
addSFSArray(ISFSArray) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addSFSObject(ISFSObject) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a nested ISFSObject
addSFSObject(ISFSObject) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addShort(short) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a byte (signed 16-bit)
addShort(short) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addShortArray(Collection<Short>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a collection of short
addShortArray(Collection<Short>) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addText(String) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a long String encoded in UTF-8 with max length of 2 GBytes
addText(String) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addUser(User) - Method in interface com.smartfoxserver.v2.entities.Room
 
addUser(User) - Method in class com.smartfoxserver.v2.entities.SFSRoom
addUser(User, boolean) - Method in interface com.smartfoxserver.v2.entities.Room
 
addUser(User, boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
addUser(User, boolean) - Method in class com.smartfoxserver.v2.game.SFSGame
 
addUser(User, boolean) - Method in class com.smartfoxserver.v2.mmo.MMORoom
private
addUtfString(String) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a String encoded in UTF-8 with max length of 32 KBytes
addUtfString(String) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addUtfStringArray(Collection<String>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
Add a collection of string
addUtfStringArray(Collection<String>) - Method in class com.smartfoxserver.v2.entities.data.SFSArray
 
addVariable(String) - Method in class com.smartfoxserver.v2.controllers.filter.ReadOnlyUserVariablesFilter
Add a new User Variable name to be set as read-only
addWrittenBytes(long) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
 
addWrittenBytes(long) - Method in class com.smartfoxserver.bitswarm.sessions.Session
 
ADMINISTRATOR - com.smartfoxserver.v2.security.DefaultPermissionProfile
 
AdminMessage - com.smartfoxserver.v2.controllers.SystemRequest
 
adminName - Variable in class com.smartfoxserver.v2.entities.SFSBannedUser
 
allowedRecoveryFields - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration.PasswordRecovery
Allows to specify which field in the DB should be used for password recovery.
allowGuests - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
If set to true it will allow guest users to enter with a temporary name.
allowOfflineBuddyVariables() - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
Check if the "offline" (persistent) Buddy Variables are supported in the current Zone
allowOfflineBuddyVariables() - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
Check if the "offline" (persistent) Buddy Variables are supported in the current Zone
allowOwnerOnlyInvitation() - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
If false, any User joined in the Room will be able to invite players in the Room.
and(String, IMatcher, Object) - Method in class com.smartfoxserver.v2.entities.match.MatchExpression
Concatenates two expressions with the logical AND operator.
APIManager - Class in com.smartfoxserver.v2.api
 
APIManager() - Constructor for class com.smartfoxserver.v2.api.APIManager
 
apply(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
 
apply(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
Applies the filter to a generic string
apply(String, User) - Method in interface com.smartfoxserver.v2.util.IWordFilter
 
apply(String, User) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
Applies the filter to a message/string of a User.
ARRAY - com.smartfoxserver.v2.entities.variables.VariableType
 
AUTO - com.smartfoxserver.v2.extensions.ExtensionReloadMode
Extension is reloaded automatically, when a change in the relative .jar file is detected
AutoJoin - com.smartfoxserver.v2.controllers.SystemRequest
 
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