- email - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration.PasswordRecovery
-
The email configuration
- Email - Interface in com.smartfoxserver.v2.entities
-
- EmailConfig() - Constructor for class com.smartfoxserver.v2.components.signup.SignUpConfiguration.EmailConfig
-
- emailField - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
The name of the field used to store the user's email.
- emailResponse - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
Configure the automated email responses
- encodeBuddy(Buddy) - Static method in class com.smartfoxserver.v2.buddylist.BuddyUtils
-
- encodeBuddyVariables(List<BuddyVariable>) - Static method in class com.smartfoxserver.v2.buddylist.BuddyUtils
-
- encodePassword(String) - Method in interface com.smartfoxserver.v2.components.signup.IPasswordManager
-
- ENCRYPTION_ENABLED - Static variable in class com.smartfoxserver.bitswarm.sessions.Session
-
- equals(Object) - Method in class com.smartfoxserver.bitswarm.sessions.Session
-
- equals(Object) - Method in class com.smartfoxserver.v2.entities.SFSRoom
-
- equals(Object) - Method in class com.smartfoxserver.v2.entities.SFSUser
-
- errorMessages - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
A map of customizable error messages associated with the the SignUpAssistant default error codes.
- ExceptionMessageComposer - Class in com.smartfoxserver.v2.exceptions
-
- ExceptionMessageComposer(Throwable) - Constructor for class com.smartfoxserver.v2.exceptions.ExceptionMessageComposer
-
- ExceptionMessageComposer(Throwable, boolean) - Constructor for class com.smartfoxserver.v2.exceptions.ExceptionMessageComposer
-
- execute(LoginData) - Method in interface com.smartfoxserver.v2.components.login.ILoginAssistantPlugin
-
This is the method that executes the custom plugin logic.
- execute(User, ISFSObject, SignUpConfiguration) - Method in interface com.smartfoxserver.v2.components.signup.ISignUpAssistantPlugin
-
Handles the execution of the plugin logic
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.BanUser
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.buddylist.AddBuddy
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.buddylist.BlockBuddy
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.buddylist.GoOnline
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.buddylist.InitBuddyList
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.buddylist.RemoveBuddy
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.buddylist.SetBuddyVariables
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.ChangeRoomCapacity
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.ChangeRoomName
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.ChangeRoomPassword
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.CreateRoom
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.FindRooms
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.FindUsers
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.game.CreateSFSGame
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.game.InvitationReply
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.game.InviteUser
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.game.JoinRoomInvite
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.game.QuickJoinGame
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.GenericMessage
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.Handshake
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.JoinRoom
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.KickUser
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.LeaveRoom
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.Login
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.Logout
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.ManualDisconnection
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.PingPong
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.PlayerToSpectator
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.SetRoomVariables
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.SetUserPosition
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.SetUserVariables
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.SpectatorToPlayer
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.SubscribeRoomGroup
-
- execute(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.UnsubscribeRoomGroup
-
- executeInsert(String, Object[]) - Method in interface com.smartfoxserver.v2.db.IDBManager
-
Executes a SQL INSERT command returning the key of the inserted row
- executeInsert(String, Object[]) - Method in class com.smartfoxserver.v2.db.SFSDBManager
-
Executes a SQL INSERT command returning the key of the inserted row
- executeQuery(String, Object[]) - Method in interface com.smartfoxserver.v2.db.IDBManager
-
Perform a SQL query and return a structured object based on SFSArray and SFSObject.
- executeQuery(String) - Method in interface com.smartfoxserver.v2.db.IDBManager
-
- executeQuery(String) - Method in class com.smartfoxserver.v2.db.SFSDBManager
-
- executeQuery(String, Object[]) - Method in class com.smartfoxserver.v2.db.SFSDBManager
-
Perform a SQL query and return a structured object based on SFSArray and SFSObject.
- executeUpdate(String, Object[]) - Method in interface com.smartfoxserver.v2.db.IDBManager
-
Executes a non-query SQL command such as INSERT, UPDATE, DELETE etc...
- executeUpdate(String) - Method in interface com.smartfoxserver.v2.db.IDBManager
-
- executeUpdate(String) - Method in class com.smartfoxserver.v2.db.SFSDBManager
-
Executes a non-query SQL command such as INSERT, UPDATE, DELETE etc...
- executeUpdate(String, Object[]) - Method in class com.smartfoxserver.v2.db.SFSDBManager
-
Executes a non-query SQL command such as INSERT, UPDATE, DELETE etc...
- exhaustedPoolAction - Variable in class com.smartfoxserver.v2.db.DBConfig
-
The action that should be executed when the connection pool is exhausted.
- ExtensionLogLevel - Enum in com.smartfoxserver.v2.extensions
-
- ExtensionReloadMode - Enum in com.smartfoxserver.v2.extensions
-
- extraFields - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
-
An optional list of other field names to be loaded in the query
and sent back in the optional SFSObject passed with the login response.
- extraFields - Variable in class com.smartfoxserver.v2.components.login.LoginData
-
The optional extra fields extracted from the database, if specified in the LoginAssistant configuration (might be null)
- extraFields - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
(Optional) A list of other field names to be stored in the user account.