- lagOscillation - Variable in class com.smartfoxserver.v2.extensions.BaseSFSExtension
-
- lagSimulationMillis - Variable in class com.smartfoxserver.v2.extensions.BaseSFSExtension
-
Experimental lag simulator.
- leaveRoom(User, Room) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Makes a user leave a room that he has joined
- leaveRoom(User, Room, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Removes a User from a previously joined Room
- leaveRoom(User, Room) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Makes a user leave a room that he has joined
- leaveRoom(User, Room, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Removes a User from a previously joined Room
- LeaveRoom - Class in com.smartfoxserver.v2.controllers.system
-
- LeaveRoom() - Constructor for class com.smartfoxserver.v2.controllers.system.LeaveRoom
-
- LegacyPasswordRecovery - Class in com.smartfoxserver.v2.components.signup
-
- LegacyPasswordRecovery() - Constructor for class com.smartfoxserver.v2.components.signup.LegacyPasswordRecovery
-
- loadAllRooms() - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Load all stored Rooms for this Zone
- loadAllRooms(String) - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Load all Rooms belonging to a specific Room Group
- loadBuddyList(String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
-
Use the SFSBuddyAPI
- loadBuddyList(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
Use the SFSBuddyAPI
- loadExpressionList() - Method in interface com.smartfoxserver.v2.util.IWordFilter
-
- loadExpressionList() - Method in class com.smartfoxserver.v2.util.SFSWordFilter
-
- loadList(String) - Method in interface com.smartfoxserver.v2.buddylist.storage.BuddyStorage
-
Load a Buddy List from your data source.
- loadList(String) - Method in class com.smartfoxserver.v2.buddylist.storage.FSBuddyStorage
-
- loadRoom(String) - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Loads the setting of a previously saved Room
- log - Variable in class com.smartfoxserver.v2.api.SFSApi
-
- log - Variable in class com.smartfoxserver.v2.api.SFSBuddyApi
-
- log - Variable in class com.smartfoxserver.v2.api.SFSGameApi
-
- log - Variable in class com.smartfoxserver.v2.api.SFSMMOApi
-
- log - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
- log - Variable in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
-
- log - Variable in class com.smartfoxserver.v2.game.BaseGameInvitationCallback
-
A reference to the logger
- Loggable - Interface in com.smartfoxserver.v2.entities
-
- logger - Variable in class com.smartfoxserver.v2.controllers.filter.SysControllerFilter
-
- logger - Variable in class com.smartfoxserver.v2.entities.SFSRoom
-
- logger - Variable in class com.smartfoxserver.v2.extensions.BaseSFSExtension
-
- login(ISession, String, String, String, ISFSObject) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Logs a client into a Zone, allowing it to become a User
The login process is central to SmartFoxServer because it generates a User object.
- login(ISession, String, String, String, ISFSObject, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Uses additional flag to disconnect previous user with same username
- login(ISession, String, String, String, ISFSObject) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Logs a client into a Zone, allowing it to become a User
The login process is central to SmartFoxServer because it generates a User object.
- login(ISession, String, String, String, ISFSObject, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Uses additional flag to disconnect previous user with same username
- Login - Class in com.smartfoxserver.v2.controllers.system
-
- Login() - Constructor for class com.smartfoxserver.v2.controllers.system.Login
-
- login(LoginData) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
- login(LoginData) - Method in interface com.smartfoxserver.v2.entities.Zone
-
- LoginAssistantComponent - Class in com.smartfoxserver.v2.components.login
-
Overview
The Login Assistant component is a helper class that assist developers in creating a solid database-driven
login system without the hassle of writing your own database access code.
- LoginAssistantComponent(ISFSExtension) - Constructor for class com.smartfoxserver.v2.components.login.LoginAssistantComponent
-
- LoginConfiguration - Class in com.smartfoxserver.v2.components.login
-
This is the main configuration object used by the Login Assistant to load data from
the user's database.
- LoginConfiguration() - Constructor for class com.smartfoxserver.v2.components.login.LoginConfiguration
-
- LoginData - Class in com.smartfoxserver.v2.components.login
-
This object is passed to an ILoginAssistantPlugin at runtime, during the login process.
- LoginData() - Constructor for class com.smartfoxserver.v2.components.login.LoginData
-
- LoginData - Class in com.smartfoxserver.v2.entities
-
- LoginData() - Constructor for class com.smartfoxserver.v2.entities.LoginData
-
- LoginData(ISession, String) - Constructor for class com.smartfoxserver.v2.entities.LoginData
-
- LoginData(ISession, String, String) - Constructor for class com.smartfoxserver.v2.entities.LoginData
-
- LoginData(ISession, String, String, ISFSObject, boolean) - Constructor for class com.smartfoxserver.v2.entities.LoginData
-
- LoginFinalizer - Class in com.smartfoxserver.v2.entities
-
- LoginFinalizer(Zone) - Constructor for class com.smartfoxserver.v2.entities.LoginFinalizer
-
- loginTable - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
-
The name of the Database table where user profiles are stored, default is 'users'
- logout(User) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Log a User out of the current Zone
- logout(User) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Log a User out of the current Zone
- Logout - Class in com.smartfoxserver.v2.controllers.system
-
- Logout() - Constructor for class com.smartfoxserver.v2.controllers.system.Logout
-
- logSQL - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
(Debug Only) logs every SQL query for testing / debugging purposes.