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
All Classes All Packages
All Classes All Packages
S
- saveAll() - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
-
This is called automatically by the system
- saveAll() - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
This is called automatically by the system
- saveAllRooms() - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Saves all Rooms in the Zone
- saveAllRooms(String) - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Saves all Rooms belonging to the provided group name
- saveBuddyList(String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
-
This is called automatically by the system
- saveBuddyList(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
This is called automatically by the system
- saveList(BuddyList) - Method in interface com.smartfoxserver.v2.buddylist.storage.BuddyStorage
-
This method is invoked by the Buddy System when a BuddyList needs to be saved.
- saveList(BuddyList) - Method in class com.smartfoxserver.v2.buddylist.storage.FSBuddyStorage
- saveRoom(Room) - Method in interface com.smartfoxserver.v2.persistence.room.IRoomStorage
-
Save a Room and its state
- schedule(Runnable, int, TimeUnit) - Method in class com.smartfoxserver.v2.util.TaskScheduler
-
Schedule a new task to be executed in the future, once.
- scheduleAtFixedRate(Runnable, int, int, TimeUnit) - Method in class com.smartfoxserver.v2.util.TaskScheduler
-
Schedule a new task to be executed periodically.
- send(String, ISFSObject, User) - Method in class com.smartfoxserver.v2.extensions.BaseClientRequestHandler
-
Send a response back to a User
- send(String, ISFSObject, User) - Method in class com.smartfoxserver.v2.extensions.BaseServerEventHandler
-
Send a response back to a User
- send(String, ISFSObject, User) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- send(String, ISFSObject, User) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- send(String, ISFSObject, User, boolean) - Method in class com.smartfoxserver.v2.extensions.BaseClientRequestHandler
-
Send a response back to a User
- send(String, ISFSObject, User, boolean) - Method in class com.smartfoxserver.v2.extensions.BaseServerEventHandler
-
Send a response back to a User
- send(String, ISFSObject, User, boolean) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- send(String, ISFSObject, User, boolean) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
-
Send an extension message/response to a single User
- send(String, ISFSObject, List<User>) - Method in class com.smartfoxserver.v2.extensions.BaseClientRequestHandler
-
Broadcast a response back to multiple Users
- send(String, ISFSObject, List<User>) - Method in class com.smartfoxserver.v2.extensions.BaseServerEventHandler
-
Broadcast a response back to multiple Users
- send(String, ISFSObject, List<User>) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- send(String, ISFSObject, List<User>) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- send(String, ISFSObject, List<User>, boolean) - Method in class com.smartfoxserver.v2.extensions.BaseClientRequestHandler
-
Broadcast a response back to multiple Users
- send(String, ISFSObject, List<User>, boolean) - Method in class com.smartfoxserver.v2.extensions.BaseServerEventHandler
-
Broadcast a response back to multiple Users
- send(String, ISFSObject, List<User>, boolean) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
-
Send an extension message/response to a list of recipients
- send(String, ISFSObject, List<User>, boolean) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
-
Send an extension message/response to a list of recipients
- SEND_OLD - com.smartfoxserver.v2.components.signup.RecoveryMode
- sendAdminMessage(User, String, ISFSObject, Collection<ISession>) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Sends a administrator message to a number of Users.
- sendAdminMessage(User, String, ISFSObject, Collection<ISession>) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Sends a administrator message to a number of Users.
- sendBuddyMessage(User, User, String, ISFSObject) - Method in interface com.smartfoxserver.v2.api.ISFSApi
- sendBuddyMessage(User, User, String, ISFSObject) - Method in interface com.smartfoxserver.v2.api.ISFSBuddyApi
-
Send a Buddy Message to any Buddy in your list.
- sendBuddyMessage(User, User, String, ISFSObject) - Method in class com.smartfoxserver.v2.api.SFSApi
- sendBuddyMessage(User, User, String, ISFSObject) - Method in class com.smartfoxserver.v2.api.SFSBuddyApi
-
Send a Buddy Message to any Buddy in your list.
- sendExtensionResponse(String, ISFSObject, User, Room, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
- sendExtensionResponse(String, ISFSObject, User, Room, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
- sendExtensionResponse(String, ISFSObject, List<User>, Room, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
- sendExtensionResponse(String, ISFSObject, List<User>, Room, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
- sendGenericMessage(GenericMessageType, User, int, String, ISFSObject, Collection<ISession>) - Method in interface com.smartfoxserver.v2.api.ISFSApi
- sendGenericMessage(GenericMessageType, User, int, String, ISFSObject, Collection<ISession>) - Method in class com.smartfoxserver.v2.api.SFSApi
- sendInvitation(Invitation, InvitationCallback) - Method in interface com.smartfoxserver.v2.api.ISFSGameApi
-
Send an Invitation to a User.
An Invitation can be sent for various purposes such as for joining a room/game, adding a friend to the Buddy List etc... - sendInvitation(Invitation, InvitationCallback) - Method in class com.smartfoxserver.v2.api.SFSGameApi
-
Send an Invitation to a User.
An Invitation can be sent for various purposes such as for joining a room/game, adding a friend to the Buddy List etc... - sendInvitation(User, List<User>, int, InvitationCallback, ISFSObject) - Method in interface com.smartfoxserver.v2.api.ISFSGameApi
-
Send an Invitation to a User.
An Invitation can be sent for various purposes such as for joining a room/game, adding a friend to the Buddy List etc... - sendInvitation(User, List<User>, int, InvitationCallback, ISFSObject) - Method in class com.smartfoxserver.v2.api.SFSGameApi
-
Send an Invitation to a User.
An Invitation can be sent for various purposes such as for joining a room/game, adding a friend to the Buddy List etc... - sendJoinRoomInvitation(Room, User, List<User>, int) - Method in interface com.smartfoxserver.v2.api.ISFSGameApi
-
Invites Users / Players in an existing Room.
- sendJoinRoomInvitation(Room, User, List<User>, int) - Method in class com.smartfoxserver.v2.api.SFSGameApi
-
Invites Users / Players in an existing Room.
- sendJoinRoomInvitation(Room, User, List<User>, int, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSGameApi
-
Invites Users / Players in an existing Room.
- sendJoinRoomInvitation(Room, User, List<User>, int, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSGameApi
-
Invites Users / Players in an existing Room.
- sendJoinRoomInvitation(Room, User, List<User>, int, boolean, boolean, ISFSObject) - Method in interface com.smartfoxserver.v2.api.ISFSGameApi
-
Invites Users / Players in an existing Room.
- sendJoinRoomInvitation(Room, User, List<User>, int, boolean, boolean, ISFSObject) - Method in class com.smartfoxserver.v2.api.SFSGameApi
-
Invites Users / Players in an existing Room.
- sendMail(Email) - Method in interface com.smartfoxserver.v2.entities.managers.IMailerService
-
Sends the email to the recipient, or list of recipients, specified in the Email argument.
- sendMail(Email) - Method in class com.smartfoxserver.v2.entities.managers.SFSPostOffice
-
Sends the email to the recipient, or list of recipients, specified in the Email argument.
- sendMail(Email, IMailerCallbackHandler) - Method in interface com.smartfoxserver.v2.entities.managers.IMailerService
-
Sends the email to the recipient, or list of recipients, specified in the Email argument and get an asynchronous event when the email is delivered.
- sendMail(Email, IMailerCallbackHandler) - Method in class com.smartfoxserver.v2.entities.managers.SFSPostOffice
-
Sends the email to the recipient, or list of recipients, specified in the Email argument and get an asynchronous event when the email is delivered.
- sendMail(Email, IMailerCallbackHandler, int) - Method in interface com.smartfoxserver.v2.entities.managers.IMailerService
-
Sends an email in the future.
- sendMail(Email, IMailerCallbackHandler, int) - Method in class com.smartfoxserver.v2.entities.managers.SFSPostOffice
-
Sends an email in the future.
- sendModeratorMessage(User, String, ISFSObject, Collection<ISession>) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Sends a moderator message to a number of Users.
- sendModeratorMessage(User, String, ISFSObject, Collection<ISession>) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Sends a moderator message to a number of Users.
- sendObjectMessage(Room, User, ISFSObject, Vec3D) - Method in interface com.smartfoxserver.v2.api.ISFSMMOApi
-
Send an Object message based on a custom SFSObject that can contain any data.
- sendObjectMessage(Room, User, ISFSObject, Vec3D) - Method in class com.smartfoxserver.v2.api.SFSMMOApi
-
Send an Object message based on a custom SFSObject that can contain any data.
- sendObjectMessage(Room, User, ISFSObject, Collection<User>) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Send an Object message.
- sendObjectMessage(Room, User, ISFSObject, Collection<User>) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Send an Object message.
- sendPrivateMessage(User, User, String, ISFSObject) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Sends a private chat message.
- sendPrivateMessage(User, User, String, ISFSObject) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Sends a private chat message.
- sendPublicMessage(Room, User, String, ISFSObject) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Sends a public chat message.
- sendPublicMessage(Room, User, String, ISFSObject) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Sends a public chat message.
- sendPublicMessage(Room, User, String, ISFSObject, Vec3D) - Method in interface com.smartfoxserver.v2.api.ISFSMMOApi
-
Sends a public chat message.
- sendPublicMessage(Room, User, String, ISFSObject, Vec3D) - Method in class com.smartfoxserver.v2.api.SFSMMOApi
-
Sends a public chat message.
- sendWarningMessage(User, User, String) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- serialize(Buddy) - Method in class com.smartfoxserver.v2.buddylist.DefaultBuddySerializer
- serialize(Buddy) - Method in interface com.smartfoxserver.v2.buddylist.IBuddySerializer
- SERVER_READY - com.smartfoxserver.v2.core.SFSEventType
-
The event is fired by SmartFox when the server engine has completed the boot phase.
- ServerState - Enum in com.smartfoxserver.v2.core
- ServerUptime - Class in com.smartfoxserver.v2.util
- ServerUptime(long) - Constructor for class com.smartfoxserver.v2.util.ServerUptime
- serviceName - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- serviceName - Variable in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- session - Variable in class com.smartfoxserver.v2.components.login.LoginData
-
The client's session
- session - Variable in class com.smartfoxserver.v2.entities.LoginData
- Session - Class in com.smartfoxserver.bitswarm.sessions
-
Overview
- Session() - Constructor for class com.smartfoxserver.bitswarm.sessions.Session
- Session(SocketAddress) - Constructor for class com.smartfoxserver.bitswarm.sessions.Session
- SESSION - com.smartfoxserver.v2.core.SFSEventParam
-
The User Session (
Session
) - SessionType - Enum in com.smartfoxserver.bitswarm.sessions
- setActive(boolean) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setActive(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setActive(boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setActive(boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setActive(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Changes the state of the Zone.
- setActive(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Changes the state of the Zone.
- setActive(boolean) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setActive(boolean) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setActive(boolean) - Method in interface com.smartfoxserver.v2.security.PrivilegeManager
- setActive(boolean) - Method in class com.smartfoxserver.v2.security.SFSPrivilegeManager
- setActive(boolean) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
- setActive(boolean) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setActive(boolean) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
- setActive(boolean) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setAdminHelper(IAdminHelper) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setAdminHelper(IAdminHelper) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setAdminHelper(IAdminHelper) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setAllowInvitationsOnlyForBuddies(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set to true if only buddies can be invited by a client side JoinRoomInvitationRequest, false otherwise.
- setAllowInvitationsOnlyForBuddies(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set to true if only buddies can be invited by a client side JoinRoomInvitationRequest, false otherwise.
- setAllowOfflineBuddyVariables(boolean) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setAllowOfflineBuddyVariables(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setAllowOwnerInvitations(boolean) - Method in interface com.smartfoxserver.v2.entities.Room
-
Set to true if the Room allows only its creator to send JoinRoomInvitations.
- setAllowOwnerInvitations(boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
-
Set to true if the Room allows only its creator to send JoinRoomInvitations.
- setAllowOwnerOnlyInvitation(boolean) - 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.
- setApplyBadWordsFilter(boolean) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setApplyBadWordsFilter(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setAutoRemoveBan(boolean) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- setAutoRemoveMode(SFSRoomRemoveMode) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the Auto-Remove mode of the Room for a dynamic Room.
- setAutoRemoveMode(SFSRoomRemoveMode) - Method in interface com.smartfoxserver.v2.entities.Room
- setAutoRemoveMode(SFSRoomRemoveMode) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setBadWordsWarnings(int) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setBadWordsWarnings(int) - Method in interface com.smartfoxserver.v2.entities.User
- setBanDurationMinutes(int) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
- setBanDurationMinutes(int) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setBanDurationMinutes(int) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
- setBanDurationMinutes(int) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setBanMessage(String) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
- setBanMessage(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setBanMessage(String) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
- setBanMessage(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setBanMode(BanMode) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
- setBanMode(BanMode) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setBanMode(BanMode) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
- setBanMode(BanMode) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setBannedUserManager(IBannedUserManager) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setBannedUserManager(IBannedUserManager) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setBannedUserManger(IBannedUserManager) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setBannedUserManger(IBannedUserManager) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setBeingKicked(boolean) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setBeingKicked(boolean) - Method in interface com.smartfoxserver.v2.entities.User
- setBlocked(boolean) - Method in interface com.smartfoxserver.v2.buddylist.Buddy
-
Block the Buddy
- setBlocked(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddy
- setBuddyListManager(BuddyListManager) - Method in interface com.smartfoxserver.v2.buddylist.BuddyList
- setBuddyListManager(BuddyListManager) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyList
- setBuddyListManager(BuddyListManager) - Method in interface com.smartfoxserver.v2.buddylist.storage.BuddyStorage
- setBuddyListManager(BuddyListManager) - Method in class com.smartfoxserver.v2.buddylist.storage.FSBuddyStorage
- setBuddyListManager(BuddyListManager) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
INTERNAL
- setBuddyListManager(BuddyListManager) - Method in interface com.smartfoxserver.v2.entities.Zone
-
INTERNAL
- setBuddyListMaxSize(int) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setBuddyListMaxSize(int) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setBuddyStates(List<String>) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setBuddyStates(List<String>) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setBuddyVariables(User, List<BuddyVariable>, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSBuddyApi
-
Set any number of BuddyVariables for the specified owner
- setBuddyVariables(User, List<BuddyVariable>, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSBuddyApi
-
Set any number of BuddyVariables for the specified owner
- SetBuddyVariables - Class in com.smartfoxserver.v2.controllers.system.buddylist
- SetBuddyVariables - com.smartfoxserver.v2.controllers.SystemRequest
- SetBuddyVariables() - Constructor for class com.smartfoxserver.v2.controllers.system.buddylist.SetBuddyVariables
- setCallback(InvitationCallback) - Method in interface com.smartfoxserver.v2.entities.invitation.Invitation
-
Set the CallBack handler for the invitation.
- setCallback(InvitationCallback) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitation
- setCapacity(int, int) - Method in interface com.smartfoxserver.v2.entities.Room
- setCapacity(int, int) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setChangedSinceLastSave(boolean) - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
- setChangedSinceLastSave(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- setClientAllowedToOverridRoomEvents(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Deprecated.
- setClientAllowedToOverridRoomEvents(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
- setCode(IErrorCode) - Method in class com.smartfoxserver.v2.exceptions.SFSErrorData
- setConnected(boolean) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setConnected(boolean) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setConnected(boolean) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setConnected(boolean) - Method in interface com.smartfoxserver.v2.entities.User
- setConnection(SocketChannel) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setConnection(SocketChannel) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setCreationTime(long) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setCreationTime(long) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setCryptoKey(Object) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setCryptoKey(Object) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setCustomLogin(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setCustomLogin(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the Zone as Custom login.
- setCustomPlayerIdGeneratorClass(Class<? extends IPlayerIdGenerator>) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
All Game Rooms by default use the SFS2X default PlayerId Generator class.
- setDatagramChannel(DatagramChannel) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setDatagramChannel(DatagramChannel) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setDBManager(IDBManager) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setDBManager(IDBManager) - Method in interface com.smartfoxserver.v2.entities.Zone
-
INTERNAL
- setDefaultAOI(Vec3D) - Method in class com.smartfoxserver.v2.mmo.CreateMMORoomSettings
-
The Area Of Interest (AOI) represents the area within which Users will affect each other, for example when sending public messages, updating User Variables etc...
- setDefaultGroups(List<String>) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setDefaultGroups(List<String>) - Method in interface com.smartfoxserver.v2.entities.Zone
- setDefaultPlayerIdGeneratorClassName(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setDefaultPlayerIdGeneratorClassName(String) - Method in interface com.smartfoxserver.v2.entities.Zone
- setDescription(String) - Method in class com.smartfoxserver.v2.exceptions.ExceptionMessageComposer
- setDynamic(boolean) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the Room as dynamic.
- setDynamic(boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setDynamic(boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setEncrypted(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Toggles the protocol cryptography.
- setEncrypted(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Toggles the protocol cryptography.
- setExtension(CreateRoomSettings.RoomExtensionSettings) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the Extension for the Room
- setExtension(ISFSExtension) - Method in interface com.smartfoxserver.v2.entities.Room
- setExtension(ISFSExtension) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setExtension(ISFSExtension) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setExtension(ISFSExtension) - Method in interface com.smartfoxserver.v2.entities.Zone
-
INTERNAL
- setExtensionFileName(String) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setExtensionFileName(String) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setExtFloodWarnings(int) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setExtFloodWarnings(int) - Method in interface com.smartfoxserver.v2.entities.User
- setFilterBuddyMessages(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
If turned on the Zone will apply the Words Filter to Buddy messages
- setFilterBuddyMessages(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
If turned on the Zone will apply the Words Filter to Buddy messages
- setFilterChain(SystemRequest, ISystemFilterChain) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set a SystemFilterChain for a specific SystemController's Request.
- setFilterChain(SystemRequest, ISystemFilterChain) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set a SystemFilterChain for a specific SystemController's Request.
- setFilterMode(WordsFilterMode) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setFilterMode(WordsFilterMode) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setFilterPrivateMessages(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Toggle the filtering of private messages via the Words Filter.
- setFilterPrivateMessages(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Toggle the filtering of private messages via the Words Filter.
- setFilterRoomNames(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Toggle the filtering of Room names via the Words Filter.
- setFilterRoomNames(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Toggle the filtering of Room names via the Words Filter.
- setFilterUserNames(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Toggle the filtering of User names via the Words Filter at login time.
- setFilterUserNames(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Toggle the filtering of User names via the Words Filter at login time.
- setFlag(SFSRoomSettings, boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setFlag(SFSRoomSettings, boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setFlags(Set<SFSRoomSettings>) - Method in interface com.smartfoxserver.v2.entities.Room
- setFlags(Set<SFSRoomSettings>) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setFloodWarnings(int) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setFloodWarnings(int) - Method in interface com.smartfoxserver.v2.entities.User
- setForceLogout(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setForceLogout(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
If turned on it allows a User to connect from another location while another connection is already active.
- setGame(boolean) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the Room as a Game Room.
- setGame(boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setGame(boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setGame(boolean) - Method in class com.smartfoxserver.v2.mmo.MMORoom
- setGame(boolean, Class<? extends IPlayerIdGenerator>) - Method in interface com.smartfoxserver.v2.entities.Room
- setGame(boolean, Class<? extends IPlayerIdGenerator>) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setGame(boolean, Class<? extends IPlayerIdGenerator>) - Method in class com.smartfoxserver.v2.mmo.MMORoom
- setGamePublic(boolean) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
- setGeoLocationEnabled(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setGeoLocationEnabled(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Toggles geolocation for clients.
- setGlobal(boolean) - Method in interface com.smartfoxserver.v2.entities.variables.RoomVariable
-
When a RoomVariable is set to global all changes will be broadcast not only to the Users in the Room but also to all other Users in the same Room Group
- setGlobal(boolean) - Method in class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
When a RoomVariable is set to global all changes will be broadcast not only to the Users in the Room but also to all other Users in the same Room Group
- setGroupId(String) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the name of the Room Group that the new Room will be assigned to.
- setGroupId(String) - Method in interface com.smartfoxserver.v2.entities.Room
- setGroupId(String) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setGuestUserAllowed(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Toggles the Zone guest users (login with no name and no password).
- setGuestUserAllowed(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Toggles the Zone guest users (login with no name and no password).
- setGuestUserNamePrefix(String) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the prefix used by the system to auto-generate guest user names.
- setGuestUserNamePrefix(String) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the prefix used by the system to auto-generate guest user names.
- setHashId(String) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setHashId(String) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setHidden(boolean) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the Room as hidden.
- setHidden(boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setHidden(boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setHidden(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setHidden(boolean) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
Set the variable as "hidden".
- setHidden(boolean) - Method in interface com.smartfoxserver.v2.entities.variables.UserVariable
-
Set the variable as "hidden".
- setHidden(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
INTERNAL
- setId(int) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setId(int) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setId(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setId(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
A numeric ID used by the AdminTool.
- setInited() - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
- setInited() - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- setInvitationExpiryTime(int) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
-
The maximum amount of time for an invited Player to accept/refuse an invitation.
- setInvitationParams(ISFSObject) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
-
Set the custom invitation parameters.
- setInvitedPlayers(List<User>) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
-
Set a list of people invited to play a private Game
- setIsTemp(boolean) - Method in interface com.smartfoxserver.v2.buddylist.Buddy
- setIsTemp(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddy
- setJoining(boolean) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setJoining(boolean) - Method in interface com.smartfoxserver.v2.entities.User
- setKickMessage(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setKickMessage(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setKicksBeforeBan(int) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setKicksBeforeBan(int) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setKicksBeforeBanMinutes(int) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setKicksBeforeBanMinutes(int) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setLagMonitorKeepAlive(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setLagMonitorKeepAlive(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Resets the the Users' idle timer for every client side LagMonitor request, when set to true;
- setLastActivityTime(long) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setLastActivityTime(long) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setLastLoggedInActivityTime(long) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setLastLoggedInActivityTime(long) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setLastLoginTime(long) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setLastLoginTime(long) - Method in interface com.smartfoxserver.v2.entities.User
- setLastMMOItemsList(List<BaseMMOItem>) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setLastMMOItemsList(List<BaseMMOItem>) - Method in interface com.smartfoxserver.v2.entities.User
- setLastProxyList(List<User>) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setLastProxyList(List<User>) - Method in interface com.smartfoxserver.v2.entities.User
- setLastReadTime(long) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setLastReadTime(long) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setLastRequestTime(long) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setLastRequestTime(long) - Method in interface com.smartfoxserver.v2.entities.User
- setLastWriteTime(long) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setLastWriteTime(long) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setLeaveLastJoinedRoom(boolean) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
- setLeaveLastRoomOnJoin(boolean) - Method in class com.smartfoxserver.v2.game.SFSGame
- setLevel(ExtensionLevel) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setLevel(ExtensionLevel) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setLogFloodingAttempts(boolean) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
- setLogFloodingAttempts(boolean) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
- setLoggedIn(boolean) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setLoggedIn(boolean) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setMapLimits(CreateMMORoomSettings.MapLimits) - Method in class com.smartfoxserver.v2.mmo.CreateMMORoomSettings
-
Map limits are optional.
- setMapLimits(Vec3D, Vec3D) - Method in class com.smartfoxserver.v2.mmo.MMORoom
-
Private setter.
- setMarkedForEviction() - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setMarkedForEviction() - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setMaskCharacter(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setMaskCharacter(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setMaxAllowedRooms(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the maximum number of Rooms that can be created in the Room.
- setMaxAllowedRooms(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the maximum number of Rooms that can be created in the Room.
- setMaxAllowedUsers(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the maximum number of users allowed to join the Zone.
- setMaxAllowedUsers(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the maximum number of users allowed to join the Zone.
- setMaxAllowedVariables(int) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setMaxAllowedVariables(int) - Method in interface com.smartfoxserver.v2.entities.User
- setMaxBadWordsPerMessage(int) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setMaxBadWordsPerMessage(int) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setMaxBuddyVariables(int) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setMaxBuddyVariables(int) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setMaxFailedLogins(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setMaxFailedLogins(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the max number of login attempts (in the same session) a user can fail before being disconnected.
- setMaxFindRoomResults(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setMaxFindRoomResults(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the max number of "FindRoom" results for a client request.
- setMaxFindUserResults(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setMaxFindUserResults(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the max number of "FindUser" results for a client request.
- setMaxFloodingAttempts(int) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
- setMaxFloodingAttempts(int) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
- setMaxIdleTime(int) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setMaxIdleTime(int) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setMaxInvitationsPerRequest(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the max number of people that can be invited a by a single client side JoinRoomInvitationRequest
- setMaxInvitationsPerRequest(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the max number of people that can be invited a by a single client side JoinRoomInvitationRequest
- setMaxInvitationsPerUser(int) - Method in interface com.smartfoxserver.v2.entities.invitation.InvitationManager
- setMaxInvitationsPerUser(int) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- setMaxLoggedInIdleTime(int) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setMaxLoggedInIdleTime(int) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setMaxRoomNameChars(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the maximum number of characters allowed for a Room name
- setMaxRoomNameChars(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the maximum number of characters allowed for a Room name
- setMaxRoomsCreatedPerUserLimit(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the maximum number of Rooms that a User can create at once.
- setMaxRoomsCreatedPerUserLimit(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the maximum number of Rooms that a User can create at once.
- setMaxRoomVariablesAllowed(int) - Method in interface com.smartfoxserver.v2.entities.Room
- setMaxRoomVariablesAllowed(int) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setMaxRoomVariablesAllowed(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the maximum number of Room variables allowed in the Room
- setMaxRoomVariablesAllowed(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the maximum number of Room variables allowed in the Room
- setMaxSpectators(int) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the maximum number of spectators allowed in the Room (game only)
- setMaxSpectators(int) - Method in interface com.smartfoxserver.v2.entities.Room
- setMaxSpectators(int) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setMaxUserIdleTime(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the max allowed idle time for a User.
- setMaxUserIdleTime(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the max allowed idle time for a User.
- setMaxUsers(int) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the maximum number of users allowed in the Room
- setMaxUsers(int) - Method in interface com.smartfoxserver.v2.entities.Room
- setMaxUsers(int) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setMaxUserVariablesAllowed(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the maximum number of User Variables allowed for each User.
- setMaxUserVariablesAllowed(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the maximum number of User Variables allowed for each User.
- setMaxVariablesAllowed(int) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the maximum number of Room Variables allowed
- setMinPlayersToStartGame(int) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
- setMinPlayersToStartGame(int) - Method in class com.smartfoxserver.v2.game.SFSGame
-
This is not modifiable at runtime.
The parameter should be specified in the CreateGameSettings - setMinRoomNameChars(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the minimum number of characters allowed for a Room name
- setMinRoomNameChars(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the minimum number of characters allowed for a Room name
- setMMOItemPosition(BaseMMOItem, Vec3D, Room) - Method in interface com.smartfoxserver.v2.api.ISFSMMOApi
-
Set or update an MMOItem inside an MMORoom
- setMMOItemPosition(BaseMMOItem, Vec3D, Room) - Method in class com.smartfoxserver.v2.api.SFSMMOApi
-
Set or update an MMOItem inside an MMORoom
- setMMOItemVariables(BaseMMOItem, List<IMMOItemVariable>) - Method in interface com.smartfoxserver.v2.api.ISFSMMOApi
-
Set MMOItemVariables.
- setMMOItemVariables(BaseMMOItem, List<IMMOItemVariable>) - Method in class com.smartfoxserver.v2.api.SFSMMOApi
-
Set MMOItemVariables.
- setMMOItemVariables(BaseMMOItem, List<IMMOItemVariable>, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSMMOApi
-
Set MMOItemVariables.
- setMMOItemVariables(BaseMMOItem, List<IMMOItemVariable>, boolean) - Method in class com.smartfoxserver.v2.api.SFSMMOApi
-
Set MMOItemVariables.
- SetMMOItemVariables - Class in com.smartfoxserver.v2.controllers.system
- SetMMOItemVariables() - Constructor for class com.smartfoxserver.v2.controllers.system.SetMMOItemVariables
- setName(String) - Method in class com.smartfoxserver.v2.api.APIManager
- setName(String) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the name of the Room.
- setName(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setName(String) - Method in class com.smartfoxserver.v2.controllers.filter.SysControllerFilter
- setName(String) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- setName(String) - Method in class com.smartfoxserver.v2.entities.managers.SFSPostOffice
- setName(String) - Method in interface com.smartfoxserver.v2.entities.Room
- setName(String) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setName(String) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setName(String) - Method in interface com.smartfoxserver.v2.entities.User
-
DO NOT use this method User names cannot be changed at runtime: they are unique and decided at login time exclusively.
- setName(String) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setName(String) - Method in class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilter
-
Set the name of the filter
- setName(String) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setName(String) - Method in class com.smartfoxserver.v2.util.TaskScheduler
-
Not used in this service
- setNickName(String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
- setNickName(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- setNodeId(String) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setNodeId(String) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setNotifyGameStarted(boolean) - Method in class com.smartfoxserver.v2.game.SFSGame
- setNotifyGameStartedViaRoomVariable(boolean) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
- setNull() - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setNull() - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
This is used by the system to mark removed variables.
- setNull() - Method in interface com.smartfoxserver.v2.entities.variables.UserVariable
-
This is used by the system to mark removed variables.
- setOfflineBuddyVariablesCacheSize(int) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setOfflineBuddyVariablesCacheSize(int) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setOnline(boolean) - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
- setOnline(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- setOwner(User) - Method in interface com.smartfoxserver.v2.entities.Room
- setOwner(User) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setOwner(User) - Method in interface com.smartfoxserver.v2.entities.variables.RoomVariable
-
Sets the creator of a variable.
- setOwner(User) - Method in class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
Sets the creator of a variable.
- setPacketQueue(IPacketQueue) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setPacketQueue(IPacketQueue) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setParams(ISFSObject) - Method in interface com.smartfoxserver.v2.entities.invitation.Invitation
-
An SFSObject of custom parameters can be attached to the invitation.
- setParams(ISFSObject) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitation
- setParams(List<String>) - Method in class com.smartfoxserver.v2.exceptions.SFSErrorData
- setParentBuddyList(BuddyList) - Method in interface com.smartfoxserver.v2.buddylist.Buddy
-
Set the parent BuddyList
- setParentBuddyList(BuddyList) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddy
- setParentExtension(SFSExtension) - Method in class com.smartfoxserver.v2.extensions.BaseClientRequestHandler
- setParentExtension(SFSExtension) - Method in class com.smartfoxserver.v2.extensions.BaseServerEventHandler
- setParentExtension(SFSExtension) - Method in interface com.smartfoxserver.v2.extensions.IClientRequestHandler
- setParentExtension(SFSExtension) - Method in interface com.smartfoxserver.v2.extensions.IServerEventHandler
- setParentRoom(Room) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setParentRoom(Room) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setParentRoom(Room) - Method in class com.smartfoxserver.v2.util.DefaultPlayerIdGenerator
- setParentRoom(Room) - Method in interface com.smartfoxserver.v2.util.IPlayerIdGenerator
- setParentZone(Zone) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setParentZone(Zone) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setPassword(String) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the Room password
- setPassword(String) - Method in interface com.smartfoxserver.v2.entities.Room
- setPassword(String) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setPermissionProfile(SFSPermissionProfile) - Method in interface com.smartfoxserver.v2.security.PrivilegeManager
- setPermissionProfile(SFSPermissionProfile) - Method in class com.smartfoxserver.v2.security.SFSPrivilegeManager
- setPersistenceClass(String) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- setPersistent(boolean) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- setPersistent(boolean) - Method in interface com.smartfoxserver.v2.entities.variables.RoomVariable
-
When a RoomVariable is set to persistent the variable will not be removed from a Room when the user leaves it.
- setPersistent(boolean) - Method in class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
When a RoomVariable is set to persistent the variable will not be removed from a Room when the user leaves it.
- setPlayerId(int, Room) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setPlayerId(int, Room) - Method in interface com.smartfoxserver.v2.entities.User
- setPlayerMatchExpression(MatchExpression) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
-
A match expression to filter Players willing to join the Game.
- setPlayerMatchExpression(MatchExpression) - Method in class com.smartfoxserver.v2.game.SFSGame
-
This is not modifiable at runtime.
The MatchExpression should be specified in the CreateGameSettings - setPossibleCauses(String) - Method in class com.smartfoxserver.v2.exceptions.ExceptionMessageComposer
- setPrivate(boolean) - Method in class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
When a RoomVariable is set to private only its owner can modify or delete it.
- setPrivate(boolean) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
Setting a UserVariable as private restricts its visibility to the owner only.
- setPrivate(boolean) - Method in interface com.smartfoxserver.v2.entities.variables.UserVariable
- setPrivilegeId(short) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setPrivilegeId(short) - Method in interface com.smartfoxserver.v2.entities.User
- setPrivilegeManager(PrivilegeManager) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setPrivilegeManager(PrivilegeManager) - Method in interface com.smartfoxserver.v2.entities.Zone
- setProperties(Map<Object, Object>) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setPropertiesFile(String) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings.RoomExtensionSettings
-
Set an optional properties file that will be loaded when the Extension is initialized.
- setPropertiesFileName(String) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setPropertiesFileName(String) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setProperty(Object, Object) - Method in interface com.smartfoxserver.v2.entities.Room
-
Attach a custom (server-side only) property to the Room object
- setProperty(Object, Object) - Method in class com.smartfoxserver.v2.entities.SFSRoom
-
Attach a custom (server-side only) property to the Room object
- setProperty(Object, Object) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setProperty(Object, Object) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Properties are custom values that can be added or removed from the Zone at run-time.
- setProperty(Object, Object) - Method in interface com.smartfoxserver.v2.entities.User
-
Attach a custom (server-side only) property to the User object
- setProperty(Object, Object) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Properties are custom values that can be added or removed from the Zone at run-time.
- setProperty(String, Object) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setProperty(String, Object) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setProximityListUpdateMillis(int) - Method in class com.smartfoxserver.v2.mmo.CreateMMORoomSettings
-
In MMORoom(s) there are no USER_ENTER/EXIT events.
- setPublicGroups(List<String>) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setPublicGroups(List<String>) - Method in interface com.smartfoxserver.v2.entities.Zone
- setReconnectionSeconds(int) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setReconnectionSeconds(int) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setReconnectionSeconds(int) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setReconnectionSeconds(int) - Method in interface com.smartfoxserver.v2.entities.User
- setReloadMode(ExtensionReloadMode) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setReloadMode(ExtensionReloadMode) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setRoomProperties(Map<Object, Object>) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Allows to set a number of custom properties that will be available in the Room Extension
- setRoomSettings(Set<SFSRoomSettings>) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set the advanced settings of the Room.
- setRoomVariables(User, Room, List<RoomVariable>) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Set Room Variables.
- setRoomVariables(User, Room, List<RoomVariable>) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Set Room Variables.
- setRoomVariables(User, Room, List<RoomVariable>, boolean, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Set Room Variables.
- setRoomVariables(User, Room, List<RoomVariable>, boolean, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Set Room Variables.
- setRoomVariables(List<RoomVariable>) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Set one or more Room Variables in the new Room
- SetRoomVariables - Class in com.smartfoxserver.v2.controllers.system
- SetRoomVariables - com.smartfoxserver.v2.controllers.SystemRequest
- SetRoomVariables() - Constructor for class com.smartfoxserver.v2.controllers.system.SetRoomVariables
- setSearchableRooms(List<Room>) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
-
Provide a list of Rooms (e.g. all the Rooms from a specific Group in the Zone) that the system will use to search more players to join in a private Game.
- setSecondsBeforeBan(int) - Method in interface com.smartfoxserver.v2.util.IFloodFilter
- setSecondsBeforeBan(int) - Method in class com.smartfoxserver.v2.util.SFSFloodFilter
- setSecondsBeforeBanOrKick(int) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setSecondsBeforeBanOrKick(int) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setSendAOIEntryPoint(boolean) - Method in class com.smartfoxserver.v2.mmo.CreateMMORoomSettings
-
When a User enters the proximity list of another Player by default we also send their coordinates.
- setSendAOIEntryPoint(boolean) - Method in class com.smartfoxserver.v2.mmo.MMORoom
-
Private setter.
- setSessionManager(ISessionManager) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setSessionManager(ISessionManager) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setSFS(SmartFoxServer) - Method in interface com.smartfoxserver.v2.api.ISFSGameApi
-
Private
- setSFS(SmartFoxServer) - Method in class com.smartfoxserver.v2.api.SFSGameApi
- setSpectatorMatchExpression(MatchExpression) - Method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
-
A match expression to filter Spectators willing to join the Game.
- setSpectatorMatchExpression(MatchExpression) - Method in class com.smartfoxserver.v2.game.SFSGame
-
This is not modifiable at runtime.
The parameter should be specified in the CreateGameSettings - setState(String) - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
- setState(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- setStorable(boolean) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
Flags this variable as storable (default = true).
- setStorable(boolean) - Method in interface com.smartfoxserver.v2.entities.variables.UserVariable
-
Flags this variable as storable (default = true).
- setStorageHandler(BuddyStorage) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setStorageHandler(BuddyStorage) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setSuppressUserList(boolean) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Used to suppress the User list on the client side, for special use cases when Rooms are not used for User interaction.
- setSuppressUserList(boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setSuppressUserList(boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setSuppressUserList(boolean) - Method in class com.smartfoxserver.v2.mmo.MMORoom
- setSystemProperty(String, Object) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setSystemProperty(String, Object) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setType(SessionType) - Method in interface com.smartfoxserver.bitswarm.sessions.ISession
- setType(SessionType) - Method in class com.smartfoxserver.bitswarm.sessions.Session
- setType(ExtensionType) - Method in class com.smartfoxserver.v2.extensions.BaseSFSExtension
- setType(ExtensionType) - Method in interface com.smartfoxserver.v2.extensions.ISFSExtension
- setUploadEnabled(boolean) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Switches on/off the ability to upload data via HTTP.
- setUploadEnabled(boolean) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Switches on/off the ability to upload data via HTTP.
- setUserCountChangeUpdateInterval(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the rate (in ms.) at which the UserCountUpdates events are fired to the clients.
- setUserCountChangeUpdateInterval(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the rate (in ms.) at which the UserCountUpdates events are fired to the clients.
- setUserLimboMaxSeconds(int) - Method in class com.smartfoxserver.v2.mmo.MMORoom
-
Private setter.
- setUserManager(IUserManager) - Method in interface com.smartfoxserver.v2.entities.Room
- setUserManager(IUserManager) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setUserMaxLimboSeconds(int) - Method in class com.smartfoxserver.v2.mmo.CreateMMORoomSettings
-
When a User joins an MMORoom his position in the Room is undefined and therefore he will be in a state of limbo until the first SetUserPosition request will be received.
- setUserPosition(User, Vec3D, Room) - Method in interface com.smartfoxserver.v2.api.ISFSMMOApi
-
Set the new User position inside an MMORoom
- setUserPosition(User, Vec3D, Room) - Method in class com.smartfoxserver.v2.api.SFSMMOApi
-
Set the new User position inside an MMORoom
- SetUserPosition - Class in com.smartfoxserver.v2.controllers.system
- SetUserPosition - com.smartfoxserver.v2.controllers.SystemRequest
- SetUserPosition() - Constructor for class com.smartfoxserver.v2.controllers.system.SetUserPosition
- setUserReconnectionSeconds(int) - Method in class com.smartfoxserver.v2.entities.SFSZone
-
Set the amount of seconds available for a User to reconnect to the system in case their socket connection goes down.
- setUserReconnectionSeconds(int) - Method in interface com.smartfoxserver.v2.entities.Zone
-
Set the amount of seconds available for a User to reconnect to the system in case their socket connection goes down.
- setUserVariables(User, List<UserVariable>) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Set User Variables.
- setUserVariables(User, List<UserVariable>) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Set User Variables.
- setUserVariables(User, List<UserVariable>, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Set User Variables.
- setUserVariables(User, List<UserVariable>, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Set User Variables.
- SetUserVariables - Class in com.smartfoxserver.v2.controllers.system
- SetUserVariables - com.smartfoxserver.v2.controllers.SystemRequest
- SetUserVariables() - Constructor for class com.smartfoxserver.v2.controllers.system.SetUserVariables
- setUseTempBuddies(boolean) - Method in interface com.smartfoxserver.v2.buddylist.BuddyListManager
- setUseTempBuddies(boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- setUseWarnings(boolean) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setUseWarnings(boolean) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setUseWordsFilter(boolean) - Method in class com.smartfoxserver.v2.api.CreateRoomSettings
-
Toggle the word filter in this Room (applied to Public Messages)
- setUseWordsFilter(boolean) - Method in interface com.smartfoxserver.v2.entities.Room
-
Toggle the word filter in this Room (applied to Public Messages)
- setUseWordsFilter(boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
-
Toggle the word filter in this Room (applied to Public Messages)
- setValue(ISFSArray) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValue(ISFSArray) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setValue(ISFSObject) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValue(ISFSObject) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setValue(Boolean) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValue(Boolean) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setValue(Double) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValue(Double) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setValue(Integer) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValue(Integer) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setValue(Object) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValue(Object) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setValue(String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValue(String) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setValueFromStringLiteral(VariableType, String) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- setValueFromStringLiteral(VariableType, String) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- setVariable(BuddyVariable) - Method in interface com.smartfoxserver.v2.buddylist.Buddy
-
Set / modify a BuddyVariable.
- setVariable(BuddyVariable) - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
- setVariable(BuddyVariable) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddy
- setVariable(BuddyVariable) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- setVariable(RoomVariable) - Method in interface com.smartfoxserver.v2.entities.Room
- setVariable(RoomVariable) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setVariable(RoomVariable, boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setVariable(RoomVariable, boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setVariable(UserVariable) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setVariable(UserVariable) - Method in interface com.smartfoxserver.v2.entities.User
- setVariable(IMMOItemVariable) - Method in interface com.smartfoxserver.v2.mmo.IMMOItem
-
Used internally.
- setVariable(IMMOItemVariable) - Method in class com.smartfoxserver.v2.mmo.MMOItem
-
Used internally.
- setVariables(List<BuddyVariable>) - Method in interface com.smartfoxserver.v2.buddylist.Buddy
-
Sets a number of variables at once.
- setVariables(List<BuddyVariable>) - Method in interface com.smartfoxserver.v2.buddylist.BuddyProperties
- setVariables(List<BuddyVariable>) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddy
- setVariables(List<BuddyVariable>) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- setVariables(List<RoomVariable>) - Method in interface com.smartfoxserver.v2.entities.Room
- setVariables(List<RoomVariable>) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setVariables(List<RoomVariable>, boolean) - Method in interface com.smartfoxserver.v2.entities.Room
- setVariables(List<RoomVariable>, boolean) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setVariables(List<UserVariable>) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setVariables(List<UserVariable>) - Method in interface com.smartfoxserver.v2.entities.User
- setVariables(List<IMMOItemVariable>) - Method in interface com.smartfoxserver.v2.mmo.IMMOItem
-
Used internally.
- setVariables(List<IMMOItemVariable>) - Method in class com.smartfoxserver.v2.mmo.MMOItem
-
Used internally.
- setWarningMessage(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setWarningMessage(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setWarningsBeforeKick(int) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setWarningsBeforeKick(int) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setWordsFile(String) - Method in interface com.smartfoxserver.v2.util.IWordFilter
- setWordsFile(String) - Method in class com.smartfoxserver.v2.util.SFSWordFilter
- setZone(Zone) - Method in interface com.smartfoxserver.v2.entities.Room
- setZone(Zone) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- setZone(Zone) - Method in class com.smartfoxserver.v2.entities.SFSUser
- setZone(Zone) - Method in interface com.smartfoxserver.v2.entities.User
- setZoneManager(IZoneManager) - Method in class com.smartfoxserver.v2.entities.SFSZone
- setZoneManager(IZoneManager) - Method in interface com.smartfoxserver.v2.entities.Zone
- sfs - Variable in class com.smartfoxserver.v2.api.SFSApi
- sfs - Variable in class com.smartfoxserver.v2.api.SFSBuddyApi
- sfs - Variable in class com.smartfoxserver.v2.api.SFSGameApi
- sfs - Variable in class com.smartfoxserver.v2.api.SFSMMOApi
- sfs - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- sfs - Variable in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- SFS_ARRAY - com.smartfoxserver.v2.entities.data.SFSDataType
- SFS_OBJECT - com.smartfoxserver.v2.entities.data.SFSDataType
- SFS2XVersion - Class in com.smartfoxserver.v2.entities
- SFS2XVersion() - Constructor for class com.smartfoxserver.v2.entities.SFS2XVersion
- SFSAdminException - Exception in com.smartfoxserver.v2.exceptions
- SFSAdminException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSAdminException
- SFSAdminException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSAdminException
- SFSAdminException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSAdminException
- sfsApi - Variable in class com.smartfoxserver.v2.api.SFSBuddyApi
- sfsApi - Variable in class com.smartfoxserver.v2.api.SFSGameApi
- sfsApi - Variable in class com.smartfoxserver.v2.extensions.BaseSFSExtension
-
A reference to the SFS2X API
- sfsAPI - Variable in class com.smartfoxserver.v2.api.SFSMMOApi
- sfsAPI - Variable in class com.smartfoxserver.v2.game.BaseGameInvitationCallback
-
A reference to the SFS API
- SFSApi - Class in com.smartfoxserver.v2.api
-
Overview
- SFSApi(SmartFoxServer) - Constructor for class com.smartfoxserver.v2.api.SFSApi
- SFSArray - Class in com.smartfoxserver.v2.entities.data
-
SFSArray and SFSObject represent a platform-neutral, high-level objects that abstract the data transport between client and server.
- SFSArray() - Constructor for class com.smartfoxserver.v2.entities.data.SFSArray
- SFSArrayLite - Class in com.smartfoxserver.v2.entities.data
- SFSArrayLite() - Constructor for class com.smartfoxserver.v2.entities.data.SFSArrayLite
- SFSBannedUser - Class in com.smartfoxserver.v2.entities
- SFSBannedUser() - Constructor for class com.smartfoxserver.v2.entities.SFSBannedUser
- SFSBannedUser(User, int, BanMode) - Constructor for class com.smartfoxserver.v2.entities.SFSBannedUser
- SFSBannedUser(User, int, BanMode, String, String) - Constructor for class com.smartfoxserver.v2.entities.SFSBannedUser
- SFSBannedUser(String, String, int, BanMode) - Constructor for class com.smartfoxserver.v2.entities.SFSBannedUser
- SFSBannedUser(String, String, int, BanMode, String, String) - Constructor for class com.smartfoxserver.v2.entities.SFSBannedUser
- SFSBannedUserManager - Class in com.smartfoxserver.v2.entities.managers
- SFSBannedUserManager() - Constructor for class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- SFSBootException - Exception in com.smartfoxserver.v2.exceptions
- SFSBootException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBootException
- SFSBootException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBootException
- SFSBuddy - Class in com.smartfoxserver.v2.buddylist
-
Introduction
- SFSBuddy(String) - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddy
- SFSBuddy(String, boolean) - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddy
- SFSBuddyApi - Class in com.smartfoxserver.v2.api
-
Provides all necessary functionalities for managing User buddy lists.
- SFSBuddyApi(SmartFoxServer) - Constructor for class com.smartfoxserver.v2.api.SFSBuddyApi
- SFSBuddyEventParam - Enum in com.smartfoxserver.v2.buddylist
- SFSBuddyList - Class in com.smartfoxserver.v2.buddylist
-
An SFSBuddyList represents one BuddyList in the Buddy System.
- SFSBuddyList(String) - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddyList
- SFSBuddyList(String, BuddyListManager) - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddyList
- SFSBuddyListException - Exception in com.smartfoxserver.v2.exceptions
- SFSBuddyListException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBuddyListException
- SFSBuddyListException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBuddyListException
- SFSBuddyListException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBuddyListException
- SFSBuddyListManager - Class in com.smartfoxserver.v2.buddylist
- SFSBuddyListManager(Zone, boolean) - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- SFSBuddyListNotFoundException - Exception in com.smartfoxserver.v2.exceptions
- SFSBuddyListNotFoundException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBuddyListNotFoundException
- SFSBuddyListNotFoundException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBuddyListNotFoundException
- SFSBuddyListNotFoundException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSBuddyListNotFoundException
- SFSBuddyProperties - Class in com.smartfoxserver.v2.buddylist
- SFSBuddyProperties() - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddyProperties
- SFSBuddyVariable - Class in com.smartfoxserver.v2.buddylist
-
BuddyVariables are custom values attached to any Buddy in a BuddyList.
- SFSBuddyVariable() - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- SFSBuddyVariable(String, Object) - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- SFSBuddyVariable(String, Object, VariableType) - Constructor for class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- SFSCodecException - Exception in com.smartfoxserver.v2.exceptions
- SFSCodecException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCodecException
- SFSCodecException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCodecException
- SFSCodecException(Throwable) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCodecException
- SFSCreateGameException - Exception in com.smartfoxserver.v2.exceptions
- SFSCreateGameException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCreateGameException
- SFSCreateGameException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCreateGameException
- SFSCreateGameException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCreateGameException
- SFSCreateRoomException - Exception in com.smartfoxserver.v2.exceptions
- SFSCreateRoomException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCreateRoomException
- SFSCreateRoomException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCreateRoomException
- SFSCreateRoomException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSCreateRoomException
- SFSDataType - Enum in com.smartfoxserver.v2.entities.data
- SFSDataWrapper - Class in com.smartfoxserver.v2.entities.data
- SFSDataWrapper(SFSDataType, Object) - Constructor for class com.smartfoxserver.v2.entities.data.SFSDataWrapper
- SFSDBManager - Class in com.smartfoxserver.v2.db
-
SFSDBManager is the default implementation of the IDBManager interface provided by the SFS2X platform.
- SFSDBManager(DBConfig) - Constructor for class com.smartfoxserver.v2.db.SFSDBManager
- SFSEmail - Class in com.smartfoxserver.v2.entities
-
The class represent an email message in either plain text or valid HTML format that can be sent via the mail service provided by the SmartFoxServer class.
- SFSEmail(String, String, String, String) - Constructor for class com.smartfoxserver.v2.entities.SFSEmail
- SFSEmail(String, String, String, String, int) - Constructor for class com.smartfoxserver.v2.entities.SFSEmail
- SFSErrorCode - Enum in com.smartfoxserver.v2.exceptions
- SFSErrorData - Class in com.smartfoxserver.v2.exceptions
- SFSErrorData(IErrorCode) - Constructor for class com.smartfoxserver.v2.exceptions.SFSErrorData
- SFSEvent - Class in com.smartfoxserver.v2.core
-
The SFSEvent represents a Server side event.
- SFSEvent(SFSEventType) - Constructor for class com.smartfoxserver.v2.core.SFSEvent
- SFSEvent(SFSEventType, Map<ISFSEventParam, Object>) - Constructor for class com.smartfoxserver.v2.core.SFSEvent
- SFSEventParam - Enum in com.smartfoxserver.v2.core
- SFSEventType - Enum in com.smartfoxserver.v2.core
- SFSException - Exception in com.smartfoxserver.v2.exceptions
- SFSException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSException
- SFSException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSException
- SFSException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSException
- SFSException(Throwable) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSException
- SFSExtension - Class in com.smartfoxserver.v2.extensions
-
The SFSExtension class provides an invocation mechanism that promotes clear separation between the main extension class and each request and event handlers.
- SFSExtension() - Constructor for class com.smartfoxserver.v2.extensions.SFSExtension
- SFSExtensionException - Exception in com.smartfoxserver.v2.exceptions
- SFSExtensionException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSExtensionException
- SFSExtensionException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSExtensionException
- SFSExtensionException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSExtensionException
- SFSExtensionFilter - Class in com.smartfoxserver.v2.extensions.filter
-
For a quick introduction see:
- SFSExtensionFilter() - Constructor for class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilter
- SFSExtensionFilterChain - Class in com.smartfoxserver.v2.extensions.filter
-
The Filter Chain allows the developer to configure a number of Filters that will run prior to executing a Client request or dispatching a Server side event.
- SFSExtensionFilterChain(SFSExtension) - Constructor for class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilterChain
- SFSFilterInterruptedException - Exception in com.smartfoxserver.v2.exceptions
- SFSFilterInterruptedException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSFilterInterruptedException
- SFSFilterInterruptedException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSFilterInterruptedException
- SFSFloodFilter - Class in com.smartfoxserver.v2.util
- SFSFloodFilter(IBannedUserManager) - Constructor for class com.smartfoxserver.v2.util.SFSFloodFilter
- SFSFloodingException - Exception in com.smartfoxserver.v2.exceptions
- SFSFloodingException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSFloodingException
- SFSFloodingException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSFloodingException
- SFSFloodingException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSFloodingException
- SFSGame - Class in com.smartfoxserver.v2.game
-
Introduction
- SFSGame(String) - Constructor for class com.smartfoxserver.v2.game.SFSGame
- SFSGameApi - Class in com.smartfoxserver.v2.api
-
Provides specialized API calls for advanced game functionalities: player matching, game invitations/challenges, quick games etc...
- SFSGameApi() - Constructor for class com.smartfoxserver.v2.api.SFSGameApi
- SFSGameApi(SmartFoxServer) - Constructor for class com.smartfoxserver.v2.api.SFSGameApi
- SFSGameInvitationCallback - Class in com.smartfoxserver.v2.game
- SFSGameInvitationCallback(Room, int, boolean) - Constructor for class com.smartfoxserver.v2.game.SFSGameInvitationCallback
- SFSIDGenerator - Class in com.smartfoxserver.v2.entities
- SFSIDGenerator() - Constructor for class com.smartfoxserver.v2.entities.SFSIDGenerator
- SFSInvitation - Class in com.smartfoxserver.v2.entities.invitation
-
Overview
- SFSInvitation(User, User, int) - Constructor for class com.smartfoxserver.v2.entities.invitation.SFSInvitation
- SFSInvitation(User, User, int, ISFSObject) - Constructor for class com.smartfoxserver.v2.entities.invitation.SFSInvitation
- SFSInvitationException - Exception in com.smartfoxserver.v2.exceptions
- SFSInvitationException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSInvitationException
- SFSInvitationException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSInvitationException
- SFSInvitationException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSInvitationException
- SFSInvitationManager - Class in com.smartfoxserver.v2.entities.invitation
- SFSInvitationManager() - Constructor for class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- SFSJoinRoomException - Exception in com.smartfoxserver.v2.exceptions
- SFSJoinRoomException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSJoinRoomException
- SFSJoinRoomException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSJoinRoomException
- SFSJoinRoomException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSJoinRoomException
- SFSLoginException - Exception in com.smartfoxserver.v2.exceptions
- SFSLoginException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSLoginException
- SFSLoginException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSLoginException
- SFSLoginException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSLoginException
- SFSLoginFilterException - Exception in com.smartfoxserver.v2.exceptions
- SFSLoginFilterException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSLoginFilterException
- SFSLoginFilterException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSLoginFilterException
- SFSLoginInterruptedException - Exception in com.smartfoxserver.v2.exceptions
- SFSLoginInterruptedException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSLoginInterruptedException
- SFSLoginInterruptedException(boolean) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSLoginInterruptedException
- SFSMMOApi - Class in com.smartfoxserver.v2.api
-
Provides advanced features for MMO-related functionalities.
- SFSMMOApi(SmartFoxServer) - Constructor for class com.smartfoxserver.v2.api.SFSMMOApi
- SFSObject - Class in com.smartfoxserver.v2.entities.data
-
SFSObject and SFSArray represent a platform-neutral, high level objects that abstract the data transport between client and server.
- SFSObject() - Constructor for class com.smartfoxserver.v2.entities.data.SFSObject
- SFSObjectLite - Class in com.smartfoxserver.v2.entities.data
- SFSObjectLite() - Constructor for class com.smartfoxserver.v2.entities.data.SFSObjectLite
- SFSPermissionProfile - Class in com.smartfoxserver.v2.security
- SFSPermissionProfile(short, String, List<SystemRequest>) - Constructor for class com.smartfoxserver.v2.security.SFSPermissionProfile
- SFSPermissionProfile(short, String, List<SystemRequest>, List<SystemPermission>) - Constructor for class com.smartfoxserver.v2.security.SFSPermissionProfile
- SFSPostOffice - Class in com.smartfoxserver.v2.entities.managers
-
SFSPostOffice is the default implementation of the
IMailerService
which is provided by theSmartFoxServer
class- This service provides a simple mailing service capable of sending text and html emails via a configured SMTP service. - SFSPostOffice() - Constructor for class com.smartfoxserver.v2.entities.managers.SFSPostOffice
- SFSPrivilegeManager - Class in com.smartfoxserver.v2.security
- SFSPrivilegeManager() - Constructor for class com.smartfoxserver.v2.security.SFSPrivilegeManager
- SFSQuickJoinGameException - Exception in com.smartfoxserver.v2.exceptions
- SFSQuickJoinGameException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSQuickJoinGameException
- SFSQuickJoinGameException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSQuickJoinGameException
- SFSQuickJoinGameException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSQuickJoinGameException
- SFSRequestValidationException - Exception in com.smartfoxserver.v2.exceptions
- SFSRequestValidationException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRequestValidationException
- SFSRequestValidationException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRequestValidationException
- SFSRequestValidationException(Throwable) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRequestValidationException
- SFSRoom - Class in com.smartfoxserver.v2.entities
-
Overview
- SFSRoom(String) - Constructor for class com.smartfoxserver.v2.entities.SFSRoom
- SFSRoom(String, Class<?>) - Constructor for class com.smartfoxserver.v2.entities.SFSRoom
- SFSRoomEvents - Enum in com.smartfoxserver.v2.entities
- SFSRoomException - Exception in com.smartfoxserver.v2.exceptions
- SFSRoomException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRoomException
- SFSRoomException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRoomException
- SFSRoomException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRoomException
- SFSRoomRemoveMode - Enum in com.smartfoxserver.v2.entities
-
The Remove Mode tells the RoomManager how to auto-remove dynamically created Rooms.
- SFSRoomSettings - Enum in com.smartfoxserver.v2.entities
-
These flags are used to configure the Room behavior
- SFSRoomVariable - Class in com.smartfoxserver.v2.entities.variables
-
RoomVariables are custom values attached to each Room object that get automatically updated between client and server on every change.
- SFSRoomVariable(String) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
- SFSRoomVariable(String, Object) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
Create a new Room Variable
- SFSRoomVariable(String, Object, boolean, boolean, boolean) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
Create a new Room Variable
- SFSRoomVariable(String, String, String) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
- SFSRuntimeException - Exception in com.smartfoxserver.v2.exceptions
- SFSRuntimeException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRuntimeException
- SFSRuntimeException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRuntimeException
- SFSRuntimeException(Throwable) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSRuntimeException
- SFSStorageException - Exception in com.smartfoxserver.v2.persistence.room
- SFSStorageException() - Constructor for exception com.smartfoxserver.v2.persistence.room.SFSStorageException
- SFSStorageException(Exception) - Constructor for exception com.smartfoxserver.v2.persistence.room.SFSStorageException
- SFSStorageException(String) - Constructor for exception com.smartfoxserver.v2.persistence.room.SFSStorageException
- SFSTooManyRoomsException - Exception in com.smartfoxserver.v2.exceptions
- SFSTooManyRoomsException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSTooManyRoomsException
- SFSTooManyRoomsException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSTooManyRoomsException
- SFSUser - Class in com.smartfoxserver.v2.entities
-
Overview
- SFSUser(ISession) - Constructor for class com.smartfoxserver.v2.entities.SFSUser
- SFSUser(String, ISession) - Constructor for class com.smartfoxserver.v2.entities.SFSUser
- SFSUserException - Exception in com.smartfoxserver.v2.exceptions
- SFSUserException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSUserException
- SFSUserException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSUserException
- SFSUserException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSUserException
- SFSUserVariable - Class in com.smartfoxserver.v2.entities.variables
-
UserVariables are custom values attached to each User object that get automatically updated between client and server on every change.
- SFSUserVariable(String) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- SFSUserVariable(String, VariableType, String) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- SFSUserVariable(String, Object) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
Create a new UserVariable
- SFSUserVariable(String, Object, boolean) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
Create a new UserVariable
- SFSUserVariable(String, Object, boolean, boolean) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
Create a new UserVariable
- SFSUserVariable(String, String, String) - Constructor for class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- SFSVariableException - Exception in com.smartfoxserver.v2.exceptions
- SFSVariableException() - Constructor for exception com.smartfoxserver.v2.exceptions.SFSVariableException
- SFSVariableException(String) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSVariableException
- SFSVariableException(String, SFSErrorData) - Constructor for exception com.smartfoxserver.v2.exceptions.SFSVariableException
- SFSWordFilter - Class in com.smartfoxserver.v2.util
- SFSWordFilter(IBannedUserManager) - Constructor for class com.smartfoxserver.v2.util.SFSWordFilter
- SFSWordFilter(IBannedUserManager, String) - Constructor for class com.smartfoxserver.v2.util.SFSWordFilter
- SFSZone - Class in com.smartfoxserver.v2.entities
-
Overview
- SFSZone(String) - Constructor for class com.smartfoxserver.v2.entities.SFSZone
- SHORT - com.smartfoxserver.v2.entities.data.SFSDataType
- SHORT_ARRAY - com.smartfoxserver.v2.entities.data.SFSDataType
- SignUpAssistantComponent - Class in com.smartfoxserver.v2.components.signup
-
Overview
- SignUpAssistantComponent() - Constructor for class com.smartfoxserver.v2.components.signup.SignUpAssistantComponent
- SignUpConfiguration - Class in com.smartfoxserver.v2.components.signup
-
Provides all the necessary settings for the SignUpAssistant Component
- SignUpConfiguration() - Constructor for class com.smartfoxserver.v2.components.signup.SignUpConfiguration
- SignUpConfiguration.EmailConfig - Class in com.smartfoxserver.v2.components.signup
-
Configures the options related to sending an email response, after a successful user registration.
- SignUpConfiguration.PasswordRecovery - Class in com.smartfoxserver.v2.components.signup
-
Configures the Password Recovery feature of the SignUp Assistant.
- SignUpErrorCodes - Enum in com.smartfoxserver.v2.components.signup
-
Provides several error codes that are associated with customizable error messages.
- signUpTable - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
The name of the Database table used for storing the user registrations.
- SignUpValidationException - Exception in com.smartfoxserver.v2.components.signup
-
Signal a validation error during the SignUp process
- SignUpValidationException(SignUpErrorCodes, Object...) - Constructor for exception com.smartfoxserver.v2.components.signup.SignUpValidationException
-
Provide a description of the error.
- SINGLE_INSTANCE - com.smartfoxserver.v2.annotations.Instantiation.InstantiationMode
- size() - Method in interface com.smartfoxserver.v2.controllers.filter.ISystemFilterChain
-
Get the size of the Filter Chain.
- size() - Method in class com.smartfoxserver.v2.controllers.filter.SysControllerFilterChain
- size() - Method in interface com.smartfoxserver.v2.entities.data.ISFSArray
-
Return the number of elements contained in the array
- size() - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
-
Get the size of the SFSObject
- size() - Method in class com.smartfoxserver.v2.entities.data.SFSArray
- size() - Method in class com.smartfoxserver.v2.entities.data.SFSObject
- size() - Method in interface com.smartfoxserver.v2.extensions.filter.IFilterChain
-
Get the size of the Filter Chain.
- size() - Method in class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilterChain
-
Get the size of the Filter Chain.
- skipStaticRooms - Variable in class com.smartfoxserver.v2.persistence.room.BaseStorageConfig
-
When saving Rooms in batches by calling
IRoomStorage.saveAllRooms()
orIRoomStorage.saveAllRooms(String)
the default assumption is to skip all static Rooms. - SmartFoxServer - Class in com.smartfoxserver.v2
- SPECTATOR_COUNT - Static variable in class com.smartfoxserver.v2.entities.match.RoomProperties
-
The Room spectator count
- SPECTATOR_TO_PLAYER - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a User joined in a Game Room as spectator changes turns into a Player.
- spectatorToPlayer(User, Room, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Turns a spectator in a Game Room to a Player.
- spectatorToPlayer(User, Room, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
- SpectatorToPlayer - Class in com.smartfoxserver.v2.controllers.system
- SpectatorToPlayer - com.smartfoxserver.v2.controllers.SystemRequest
- SpectatorToPlayer() - Constructor for class com.smartfoxserver.v2.controllers.system.SpectatorToPlayer
- STANDARD - com.smartfoxserver.v2.security.DefaultPermissionProfile
- start() - Method in class com.smartfoxserver.v2.SmartFoxServer
- STARTED - com.smartfoxserver.v2.core.ServerState
- STARTING - com.smartfoxserver.v2.core.ServerState
- startInvitation(Invitation, InvitationCallback) - Method in interface com.smartfoxserver.v2.entities.invitation.InvitationManager
-
Start a new invitation
- startInvitation(Invitation, InvitationCallback) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- STARTS_WITH - com.smartfoxserver.v2.entities.match.StringMatch
-
Check that Str1.startsWith(Str2)
- storable - Variable in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- storeInactiveRooms - Variable in class com.smartfoxserver.v2.persistence.room.BaseStorageConfig
-
When set to true it will save also Rooms that are marked as inactive.
- storeRoomVariables - Variable in class com.smartfoxserver.v2.persistence.room.BaseStorageConfig
-
When set to true it will also save the Room Variables (owned by the server).
- STRING - com.smartfoxserver.v2.entities.variables.VariableType
- StringMatch - Enum in com.smartfoxserver.v2.entities.match
-
This matcher is used in MatchExpressions to check String conditions
- subject - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration.EmailConfig
-
The email's subject
- SUBSCRIBE_GROUP_ALREADY_SUBSCRIBED - com.smartfoxserver.v2.exceptions.SFSErrorCode
- SUBSCRIBE_GROUP_NOT_FOUND - com.smartfoxserver.v2.exceptions.SFSErrorCode
- subscribeGroup(String) - Method in class com.smartfoxserver.v2.entities.SFSUser
- subscribeGroup(String) - Method in interface com.smartfoxserver.v2.entities.User
- subscribeRoomGroup(User, String) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Subscribe User to a Room Group.
- subscribeRoomGroup(User, String) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Subscribe User to a Room Group.
- SubscribeRoomGroup - Class in com.smartfoxserver.v2.controllers.system
- SubscribeRoomGroup - com.smartfoxserver.v2.controllers.SystemRequest
- SubscribeRoomGroup() - Constructor for class com.smartfoxserver.v2.controllers.system.SubscribeRoomGroup
- SuperUser - com.smartfoxserver.v2.security.SystemPermission
- suppressInvitation(Invitation) - Method in interface com.smartfoxserver.v2.entities.invitation.InvitationManager
-
Stop an invitation that is running
- suppressInvitation(Invitation) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- SWITCH_NO_PLAYER_SLOTS_AVAILABLE - com.smartfoxserver.v2.exceptions.SFSErrorCode
- SWITCH_NO_SPECTATOR_SLOTS_AVAILABLE - com.smartfoxserver.v2.exceptions.SFSErrorCode
- SWITCH_NOT_A_GAME_ROOM - com.smartfoxserver.v2.exceptions.SFSErrorCode
- SWITCH_NOT_JOINED_IN_ROOM - com.smartfoxserver.v2.exceptions.SFSErrorCode
- switchPlayerToSpectator(User) - Method in interface com.smartfoxserver.v2.entities.Room
- switchPlayerToSpectator(User) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- switchPlayerToSpectator(User) - Method in class com.smartfoxserver.v2.game.SFSGame
- switchSpectatorToPlayer(User) - Method in interface com.smartfoxserver.v2.entities.Room
- switchSpectatorToPlayer(User) - Method in class com.smartfoxserver.v2.entities.SFSRoom
- switchSpectatorToPlayer(User) - Method in class com.smartfoxserver.v2.game.SFSGame
- SysControllerFilter - Class in com.smartfoxserver.v2.controllers.filter
-
A filter can be used to intercept any API client request (not Extension requests) and interact with the parameter, adding extra validation, custom logic etc...
- SysControllerFilter() - Constructor for class com.smartfoxserver.v2.controllers.filter.SysControllerFilter
- SysControllerFilterChain - Class in com.smartfoxserver.v2.controllers.filter
-
The SystemFilterChain can contain one or several SystemController Filter instances that can be applied before a client request is executed by the SystemController.
- SysControllerFilterChain() - Constructor for class com.smartfoxserver.v2.controllers.filter.SysControllerFilterChain
- SystemPermission - Enum in com.smartfoxserver.v2.security
- SystemRequest - Enum in com.smartfoxserver.v2.controllers
All Classes All Packages