A B C D E F G H I J K L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BAN - Static variable in class sfs2x.client.util.ClientDisconnectionReason
-
Client was banned from the server.
- BanMode - Class in sfs2x.client.requests
-
The BanMode class contains the constants describing the possible banning modalities for a BanUserRequest.
- BanMode() - Constructor for class sfs2x.client.requests.BanMode
- BanUser - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- BanUserRequest - Class in sfs2x.client.requests
-
Banishes a user from the server.
- BanUserRequest(int) - Constructor for class sfs2x.client.requests.BanUserRequest
- BanUserRequest(int, String) - Constructor for class sfs2x.client.requests.BanUserRequest
- BanUserRequest(int, String, int) - Constructor for class sfs2x.client.requests.BanUserRequest
- BanUserRequest(int, String, int, int) - Constructor for class sfs2x.client.requests.BanUserRequest
- BanUserRequest(int, String, int, int, int) - Constructor for class sfs2x.client.requests.BanUserRequest
-
Creates a new BanUserRequest instance.
- BaseEvent - Class in sfs2x.client.core
-
This is the base class of all the events dispatched by the SmartFoxServer 2X Java Client API.
- BaseEvent(String) - Constructor for class sfs2x.client.core.BaseEvent
-
* API internal usage only *
- BaseEvent(String, Map<String, Object>) - Constructor for class sfs2x.client.core.BaseEvent
-
* API internal usage only *
- BaseRequest - Class in sfs2x.client.requests
- BaseRequest(int) - Constructor for class sfs2x.client.requests.BaseRequest
- BaseVariable - Class in sfs2x.client.entities.variables
- BaseVariable(String, Object) - Constructor for class sfs2x.client.entities.variables.BaseVariable
- BaseVariable(String, Object, int) - Constructor for class sfs2x.client.entities.variables.BaseVariable
- BlockBuddy - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- BlockBuddyRequest - Class in sfs2x.client.requests.buddylist
-
Blocks or unblocks a buddy in the current user's buddies list.
- BlockBuddyRequest(String, boolean) - Constructor for class sfs2x.client.requests.buddylist.BlockBuddyRequest
-
Creates a new BlockBuddyRequest instance.
- BOOL - Static variable in class sfs2x.client.entities.variables.VariableType
-
The type of the User/Buddy/Room Variable is Boolean.
- BoolMatch - Enum in sfs2x.client.entities.match
-
The BoolMatch class is used in matching expressions to check boolean conditions.
- Buddy - Interface in sfs2x.client.entities
-
The Buddy interface defines all the methods and properties that an object representing a SmartFoxServer Buddy entity exposes.
- BUDDY_ADD - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_ADD constant defines the value of the type property of the event object for a buddyAdd event.
- BUDDY_BLOCK - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_BLOCK constant defines the value of the type property of the event object for a buddyBlock event.
- BUDDY_ERROR - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_ERROR constant defines the value of the type property of the event object for a buddyError event.
- BUDDY_LIST_INIT - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_LIST_INIT constant defines the value of the type property of the event object for a buddyListInit event.
- BUDDY_MESSAGE - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_MESSAGE constant defines the value of the type property of the event object for a buddyMessage event.
- BUDDY_ONLINE_STATE_UPDATE - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_ONLINE_STATE_UPDATE constant defines the value of the type property of the event object for a buddyOnlineStateChange event.
- BUDDY_REMOVE - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_REMOVE constant defines the value of the type property of the event object for a buddyRemove event.
- BUDDY_VARIABLES_UPDATE - Static variable in class sfs2x.client.core.SFSBuddyEvent
-
The SFSBuddyEvent.BUDDY_VARIABLES_UPDATE constant defines the value of the type property of the event object for a buddyVariablesUpdate event.
- BuddyMessageRequest - Class in sfs2x.client.requests.buddylist
-
Sends a message to a buddy in the current user's buddies list.
- BuddyMessageRequest(String, Buddy) - Constructor for class sfs2x.client.requests.buddylist.BuddyMessageRequest
- BuddyMessageRequest(String, Buddy, ISFSObject) - Constructor for class sfs2x.client.requests.buddylist.BuddyMessageRequest
-
Creates a new BuddyMessageRequest instance.
- BuddyVariable - Interface in sfs2x.client.entities.variables
-
The BuddyVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Buddy Variable exposes.
- BV_NICKNAME - Static variable in class sfs2x.client.entities.variables.ReservedBuddyVariables
-
The Buddy Variable with this name stores the optional nickname of the user in a buddy list.
- BV_ONLINE - Static variable in class sfs2x.client.entities.variables.ReservedBuddyVariables
-
The Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list.
- BV_STATE - Static variable in class sfs2x.client.entities.variables.ReservedBuddyVariables
-
The Buddy Variable with this name stores the custom state of the user in a buddy list.
- BY_ADDRESS - Static variable in class sfs2x.client.requests.BanMode
-
User is banned by IP address.
- BY_NAME - Static variable in class sfs2x.client.requests.BanMode
-
User is banned by name.
All Classes All Packages