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

L

lagMonitorKeepAlive - Variable in class com.smartfoxserver.v2.entities.SFSZone
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) - 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 interface com.smartfoxserver.v2.api.ISFSApi
Removes a User from a previously joined Room
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 - com.smartfoxserver.v2.controllers.SystemRequest
LeaveRoom() - Constructor for class com.smartfoxserver.v2.controllers.system.LeaveRoom
LEFT_THE_SERVER - com.smartfoxserver.v2.buddylist.BuddyOnlineState
The Buddy left the server
LegacyPasswordRecovery - Class in com.smartfoxserver.v2.components.signup
LegacyPasswordRecovery() - Constructor for class com.smartfoxserver.v2.components.signup.LegacyPasswordRecovery
LESS_THAN - com.smartfoxserver.v2.entities.match.NumberMatch
Checks that Num1 < Num2
LESS_THAN_OR_EQUAL_TO - com.smartfoxserver.v2.entities.match.NumberMatch
Checks that Num1 <= Num2
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
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
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, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
Uses additional flag to disconnect previous user with same username
login(LoginData) - Method in class com.smartfoxserver.v2.entities.SFSZone
INTERNAL
login(LoginData) - Method in interface com.smartfoxserver.v2.entities.Zone
INTERNAL
Login - Class in com.smartfoxserver.v2.controllers.system
Login - com.smartfoxserver.v2.controllers.SystemRequest
Login() - Constructor for class com.smartfoxserver.v2.controllers.system.Login
LOGIN_ALREADY_LOGGED - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_BAD_PASSWORD - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_BAD_USERNAME - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_BAD_ZONENAME - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_BANNED_IP - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_BANNED_USER - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_GUEST_NOT_ALLOWED - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_IN_DATA - com.smartfoxserver.v2.core.SFSEventParam
The custom data sent at login time ( SFSObject )
LOGIN_INACTIVE_ZONE - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_NAME - com.smartfoxserver.v2.core.SFSEventParam
The user name sent at login time ( String )
LOGIN_NAME_CONTAINS_BAD_WORDS - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_OUT_DATA - com.smartfoxserver.v2.core.SFSEventParam
The custom data to return to the user after a successful login ( SFSObject )
LOGIN_PASSWORD - com.smartfoxserver.v2.core.SFSEventParam
The user password sent at login time ( String )
LOGIN_SERVER_FULL - com.smartfoxserver.v2.exceptions.SFSErrorCode
LOGIN_ZONE_FULL - com.smartfoxserver.v2.exceptions.SFSErrorCode
LoginAssistantComponent - Class in com.smartfoxserver.v2.components.login
Overview
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 - Class in com.smartfoxserver.v2.entities
LoginData() - Constructor for class com.smartfoxserver.v2.components.login.LoginData
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 - com.smartfoxserver.v2.controllers.SystemRequest
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.
LONG - com.smartfoxserver.v2.entities.data.SFSDataType
LONG_ARRAY - com.smartfoxserver.v2.entities.data.SFSDataType
LOW - com.smartfoxserver.bitswarm.data.MessagePriority
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