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
B
- BAN - com.smartfoxserver.v2.util.ClientDisconnectionReason
-
The client was banned
- banDurationMinutes - Variable in class com.smartfoxserver.v2.entities.SFSBannedUser
- BanMode - Enum in com.smartfoxserver.v2.entities.managers
- BannedUser - Interface in com.smartfoxserver.v2.entities
- banTimeMillis - Variable in class com.smartfoxserver.v2.entities.SFSBannedUser
- banUser(User, User, int, BanMode, String, String, int) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- banUser(User, User, String, BanMode, int, int) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Ban a User.
- banUser(User, User, String, BanMode, int, int) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Ban a User.
- banUser(User, User, String, String, BanMode, int, int) - Method in interface com.smartfoxserver.v2.api.ISFSApi
-
Ban a User.
- banUser(User, User, String, String, BanMode, int, int) - Method in class com.smartfoxserver.v2.api.SFSApi
-
Ban a User.
- banUser(String, String, int, BanMode, String) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- banUser(String, String, int, BanMode, String, String) - Method in class com.smartfoxserver.v2.entities.managers.SFSBannedUserManager
- BanUser - Class in com.smartfoxserver.v2.controllers.system
- BanUser - com.smartfoxserver.v2.controllers.SystemRequest
- BanUser() - Constructor for class com.smartfoxserver.v2.controllers.system.BanUser
- BaseClientRequestHandler - Class in com.smartfoxserver.v2.extensions
-
Using the new SFSExtension base class allows extension developers to register separate request handlers for each possible client request.
- BaseClientRequestHandler() - Constructor for class com.smartfoxserver.v2.extensions.BaseClientRequestHandler
- baseDataFolder - Variable in class com.smartfoxserver.v2.persistence.room.FileRoomStorageConfig
-
The default path for Room data is SFS2X/data/RoomData.
- BaseGameInvitationCallback - Class in com.smartfoxserver.v2.game
-
Basic invitation
- BaseGameInvitationCallback(Room, boolean) - Constructor for class com.smartfoxserver.v2.game.BaseGameInvitationCallback
-
Create a new Callback object keeping track of the Game Room
- BaseMMOItem - Class in com.smartfoxserver.v2.mmo
-
The parent class for all MMOItem implementations.
- BaseMMOItem() - Constructor for class com.smartfoxserver.v2.mmo.BaseMMOItem
- BaseServerEventHandler - Class in com.smartfoxserver.v2.extensions
- BaseServerEventHandler() - Constructor for class com.smartfoxserver.v2.extensions.BaseServerEventHandler
- BaseSFSEventListener - Class in com.smartfoxserver.v2.core
- BaseSFSEventListener() - Constructor for class com.smartfoxserver.v2.core.BaseSFSEventListener
- BaseSFSEventListener(Object) - Constructor for class com.smartfoxserver.v2.core.BaseSFSEventListener
- BaseSFSExtension - Class in com.smartfoxserver.v2.extensions
-
Overview
- BaseSFSExtension() - Constructor for class com.smartfoxserver.v2.extensions.BaseSFSExtension
- BaseStorageConfig - Class in com.smartfoxserver.v2.persistence.room
-
Base class for Storage Configuration
- BaseStorageConfig() - Constructor for class com.smartfoxserver.v2.persistence.room.BaseStorageConfig
- BB_REMOTE_IP - Static variable in class com.smartfoxserver.bitswarm.sessions.Session
- BBCLIENT - Static variable in class com.smartfoxserver.bitswarm.sessions.Session
- blockBuddy(User, String, boolean, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSBuddyApi
-
Block/Unblock a Buddy in the owner's BuddyList Blocked buddies won't be able to see the owner online status and send him messages or updates
- blockBuddy(User, String, boolean, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSBuddyApi
-
Block/Unblock a Buddy in the owner's BuddyList Blocked buddies won't be able to see the owner online status and send him messages or updates
- BlockBuddy - Class in com.smartfoxserver.v2.controllers.system.buddylist
- BlockBuddy - com.smartfoxserver.v2.controllers.SystemRequest
- BlockBuddy() - Constructor for class com.smartfoxserver.v2.controllers.system.buddylist.BlockBuddy
- blockTime - Variable in class com.smartfoxserver.v2.db.DBConfig
-
The amount of time to block if the BLOCK option is chosen for the exhaustedPoolAction setting
- BLUEBOX - com.smartfoxserver.bitswarm.data.TransportType
- BLUEBOX - com.smartfoxserver.bitswarm.sessions.SessionType
-
A http tunneled session, not using persistent socket.
- BOOL - com.smartfoxserver.v2.entities.data.SFSDataType
- BOOL - com.smartfoxserver.v2.entities.variables.VariableType
- BOOL_ARRAY - com.smartfoxserver.v2.entities.data.SFSDataType
- BoolMatch - Enum in com.smartfoxserver.v2.entities.match
-
This matcher is used in MatchExpressions to check boolean conditions
- Buddy - Interface in com.smartfoxserver.v2.buddylist
- BUDDY - com.smartfoxserver.v2.buddylist.SFSBuddyEventParam
-
A Buddy item in a Buddy List
- BUDDY_ADD - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a User is added in the Buddy List of another client.
- BUDDY_BLOCK - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a Buddy is blocked in User's Buddy List.
- BUDDY_BLOCK_FAILURE - com.smartfoxserver.v2.exceptions.SFSErrorCode
- BUDDY_BLOCK_STAUTS - com.smartfoxserver.v2.buddylist.SFSBuddyEventParam
-
The "blocked" status of a Buddy in a BuddyList
- BUDDY_IS_ONLINE - com.smartfoxserver.v2.buddylist.SFSBuddyEventParam
-
The Online state of a Buddy in a BuddyList
- BUDDY_LIST - com.smartfoxserver.v2.buddylist.SFSBuddyEventParam
-
A User's Buddy List
- BUDDY_LIST_FULL - com.smartfoxserver.v2.exceptions.SFSErrorCode
- BUDDY_LIST_INIT - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a User initializes his Buddy List.
- BUDDY_LIST_LOAD_FAILURE - com.smartfoxserver.v2.exceptions.SFSErrorCode
- BUDDY_MESSAGE - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a Buddy Message is sent between two Buddies.
- BUDDY_ONLINE_STATE_UPDATE - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a Buddy changes his online state.
- BUDDY_REMOVE - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a User is removed in the Buddy List of another client.
- BUDDY_STATE - com.smartfoxserver.v2.buddylist.SFSBuddyEventParam
-
The custom state of a Buddy in a BuddyList
- BUDDY_TOO_MANY_VARIABLES - com.smartfoxserver.v2.exceptions.SFSErrorCode
- BUDDY_VARIABLES_UPDATE - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a Buddy Variables are set by a User.
- buddyApi - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- BuddyList - Interface in com.smartfoxserver.v2.buddylist
- BuddyListManager - Interface in com.smartfoxserver.v2.buddylist
- buddyLists - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- BuddyMessage - com.smartfoxserver.v2.controllers.SystemRequest
- BuddyOnlineState - Enum in com.smartfoxserver.v2.buddylist
- BuddyProperties - Interface in com.smartfoxserver.v2.buddylist
-
The BuddyProperties class is attached to each User and represents the Buddy status of each User.
- BuddySerializerFactory - Class in com.smartfoxserver.v2.buddylist
- BuddySerializerFactory() - Constructor for class com.smartfoxserver.v2.buddylist.BuddySerializerFactory
- buddyStates - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- buddyStorage - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- BuddyStorage - Interface in com.smartfoxserver.v2.buddylist.storage
- BuddyUtils - Class in com.smartfoxserver.v2.buddylist
- BuddyUtils() - Constructor for class com.smartfoxserver.v2.buddylist.BuddyUtils
- BuddyVariable - Interface in com.smartfoxserver.v2.buddylist
- BV_NICKNAME - Static variable in class com.smartfoxserver.v2.buddylist.ReservedBuddyVariables
- BV_ONLINE - Static variable in class com.smartfoxserver.v2.buddylist.ReservedBuddyVariables
- BV_STATE - Static variable in class com.smartfoxserver.v2.buddylist.ReservedBuddyVariables
- bvCacheSize - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
- BY_ADDRESS - com.smartfoxserver.v2.entities.managers.BanMode
- BY_NAME - com.smartfoxserver.v2.entities.managers.BanMode
- BYTE - com.smartfoxserver.v2.entities.data.SFSDataType
- BYTE_ARRAY - com.smartfoxserver.v2.entities.data.SFSDataType
All Classes All Packages