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
C
- CallExtension - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- changeRoomCapacity(Room, int, int) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
* API internal usage only *
- changeRoomCapacity(Room, int, int) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- ChangeRoomCapacity - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- ChangeRoomCapacityRequest - Class in sfs2x.client.requests
-
Changes the maximum number of users and/or spectators who can join a Room.
- ChangeRoomCapacityRequest(Room, int, int) - Constructor for class sfs2x.client.requests.ChangeRoomCapacityRequest
-
Creates a new ChangeRoomCapacityRequest instance.
- changeRoomName(Room, String) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
* API internal usage only *
- changeRoomName(Room, String) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- ChangeRoomName - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- ChangeRoomNameRequest - Class in sfs2x.client.requests
-
Changes the name of a Room.
- ChangeRoomNameRequest(Room, String) - Constructor for class sfs2x.client.requests.ChangeRoomNameRequest
-
Creates a new ChangeRoomNameRequest instance.
- ChangeRoomPassword - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- changeRoomPasswordState(Room, boolean) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
* API internal usage only *
- changeRoomPasswordState(Room, boolean) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- ChangeRoomPasswordStateRequest - Class in sfs2x.client.requests
-
Changes the password of a Room.
- ChangeRoomPasswordStateRequest(Room, String) - Constructor for class sfs2x.client.requests.ChangeRoomPasswordStateRequest
-
Creates a new ChangeRoomPasswordStateRequest instance.
- clearAll() - Method in interface sfs2x.client.entities.managers.IBuddyManager
-
* API internal usage only *
- clearAll() - Method in class sfs2x.client.entities.managers.SFSBuddyManager
- clearVolatileVariables() - Method in interface sfs2x.client.entities.Buddy
-
* API internal usage only *
- clearVolatileVariables() - Method in class sfs2x.client.entities.SFSBuddy
-
* API internal usage only *
- ClientDisconnectionReason - Class in sfs2x.client.util
-
The ClientDisconnectionReason class contains the constants describing the possible reasons why a disconnection from the server occurred.
- ClientDisconnectionReason() - Constructor for class sfs2x.client.util.ClientDisconnectionReason
- clone() - Method in class sfs2x.client.core.BaseEvent
-
* API internal usage only *
- ClusterInviteUsers - Static variable in class sfs2x.client.requests.BaseRequest
- ClusterInviteUsersRequest - Class in sfs2x.client.requests.cluster
- ClusterInviteUsersRequest(ClusterTarget, List<Object>, int, ISFSObject) - Constructor for class sfs2x.client.requests.cluster.ClusterInviteUsersRequest
- ClusterJoinOrCreate - Static variable in class sfs2x.client.requests.BaseRequest
- ClusterJoinOrCreateRequest - Class in sfs2x.client.requests.cluster
-
Creates a new ClusterJoinOrCreateRequest instance.
- ClusterJoinOrCreateRequest(MatchExpression) - Constructor for class sfs2x.client.requests.cluster.ClusterJoinOrCreateRequest
-
Creates a new ClusterJoinOrCreateRequest instance.
- ClusterJoinOrCreateRequest(MatchExpression, List<String>) - Constructor for class sfs2x.client.requests.cluster.ClusterJoinOrCreateRequest
-
Creates a new ClusterJoinOrCreateRequest instance.
- ClusterJoinOrCreateRequest(MatchExpression, List<String>, RoomSettings) - Constructor for class sfs2x.client.requests.cluster.ClusterJoinOrCreateRequest
-
Creates a new ClusterJoinOrCreateRequest instance.
- ClusterJoinOrCreateRequest(RoomSettings) - Constructor for class sfs2x.client.requests.cluster.ClusterJoinOrCreateRequest
-
Creates a new ClusterJoinOrCreateRequest instance.
- ClusterRoomSettings - Class in sfs2x.client.requests.cluster
-
The ClusterRoomSettings class is a container for the settings required to create a Room in an SFS2X Cluster
- ClusterRoomSettings(String) - Constructor for class sfs2x.client.requests.cluster.ClusterRoomSettings
- ClusterTarget - Class in sfs2x.client.requests.cluster
-
Represents a target Room on a Cluster Game Node
- ClusterTarget(String, int) - Constructor for class sfs2x.client.requests.cluster.ClusterTarget
-
Represents a target Room on a Cluster Game Node
- CONFIG_LOAD_FAILURE - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CONFIG_LOAD_FAILURE constant defines the value of the type property of the event object for a configLoadFailure event.
- CONFIG_LOAD_SUCCESS - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CONFIG_LOAD_SUCCESS constant defines the value of the type property of the event object for a configLoadSuccess event.
- ConfigData - Class in sfs2x.client.util
-
The ConfigData class stores the client configuration data loaded from an external XML file or passed directly to the deputy connect method.
- ConfigData() - Constructor for class sfs2x.client.util.ConfigData
- connect() - Method in class sfs2x.client.SmartFox
- connect(String) - Method in class sfs2x.client.SmartFox
- connect(String, int) - Method in class sfs2x.client.SmartFox
-
Establishes a connection between the client and a SmartFoxServer 2X instance.
- connect(ConfigData) - Method in class sfs2x.client.SmartFox
-
Allows to connect to the server by passing a configuration object instead of loading the configuration from an external XML file.
- CONNECTION - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CONNECTION constant defines the value of the type property of the event object for a connection event.
- CONNECTION_ATTEMPT_HTTP - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CONNECTION_ATTEMPT_HTTP constant defines the value of the type property of the event object for a connectionAttemptHttp event.
- CONNECTION_LOST - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CONNECTION_LOST constant defines the value of the type property of the event object for a connectionLost event.
- CONNECTION_RESUME - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CONNECTION_RESUME constant defines the value of the type property of the event object for a connectionResume event.
- CONNECTION_RETRY - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CONNECTION_RETRY constant defines the value of the type property of the event object for a connectionRetry event.
- ConnectionMode - Enum in sfs2x.client.bitswarm
-
The ConnectionMode class contains the constants defining the possible connection modes of the client with the server.
- CONTAINS - sfs2x.client.entities.match.StringMatch
-
An instance of StringMatch representing the following condition: string1.indexOf(string2) !
- containsBuddy(String) - Method in interface sfs2x.client.entities.managers.IBuddyManager
-
Indicates whether a buddy exists in user's buddies list or not.
- containsBuddy(String) - Method in class sfs2x.client.entities.managers.SFSBuddyManager
- containsGroup(String) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
Indicates whether the specified Group has been subscribed by the client or not.
- containsGroup(String) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- containsRoom(int) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
Indicates whether a Room exists in the Rooms list or not.
- containsRoom(int) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- containsRoom(String) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
Indicates whether a Room exists in the Rooms list or not.
- containsRoom(String) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- containsRoomInGroup(int, String) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
Indicates whether the Rooms list contains a Room belonging to the specified Group or not.
- containsRoomInGroup(int, String) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- containsRoomInGroup(String, String) - Method in interface sfs2x.client.entities.managers.IRoomManager
-
Indicates whether the Rooms list contains a Room belonging to the specified Group or not.
- containsRoomInGroup(String, String) - Method in class sfs2x.client.entities.managers.SFSRoomManager
- containsUser(User) - Method in interface sfs2x.client.entities.managers.IUserManager
-
Indicates whether a user exists in the local users list or not.
- containsUser(User) - Method in class sfs2x.client.entities.managers.SFSUserManager
- containsUser(User) - Method in interface sfs2x.client.entities.Room
-
Indicates whether the specified user is currently inside this Room or not.
- containsUser(User) - Method in class sfs2x.client.entities.SFSRoom
- containsUserId(int) - Method in interface sfs2x.client.entities.managers.IUserManager
-
Indicates whether a user exists in the local users list or not from the id.
- containsUserId(int) - Method in class sfs2x.client.entities.managers.SFSUserManager
- containsUserName(String) - Method in interface sfs2x.client.entities.managers.IUserManager
-
Indicates whether a user exists in the local users list or not from the name.
- containsUserName(String) - Method in class sfs2x.client.entities.managers.SFSUserManager
- containsVariable(String) - Method in interface sfs2x.client.entities.Buddy
-
Indicates whether this buddy has the specified Buddy Variable set or not.
- containsVariable(String) - Method in interface sfs2x.client.entities.IMMOItem
-
Indicates whether this MMOItem has the specified Item Variable set or not.
- containsVariable(String) - Method in class sfs2x.client.entities.MMOItem
-
Indicates whether this MMOItem has the specified Item Variable set or not.
- containsVariable(String) - Method in interface sfs2x.client.entities.Room
-
Indicates whether this Room has the specified Room Variable set or not.
- containsVariable(String) - Method in class sfs2x.client.entities.SFSBuddy
- containsVariable(String) - Method in class sfs2x.client.entities.SFSRoom
- containsVariable(String) - Method in class sfs2x.client.entities.SFSUser
- containsVariable(String) - Method in interface sfs2x.client.entities.User
-
Indicates whether this user has the specified User Variable set or not.
- CreateRoom - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- CreateRoomRequest - Class in sfs2x.client.requests
-
Creates a new Room in the current Zone.
- CreateRoomRequest(RoomSettings) - Constructor for class sfs2x.client.requests.CreateRoomRequest
- CreateRoomRequest(RoomSettings, boolean) - Constructor for class sfs2x.client.requests.CreateRoomRequest
- CreateRoomRequest(RoomSettings, boolean, Room) - Constructor for class sfs2x.client.requests.CreateRoomRequest
-
Creates a new CreateRoomRequest instance.
- CreateSFSGame - Static variable in class sfs2x.client.requests.BaseRequest
-
*Private*
- CreateSFSGameRequest - Class in sfs2x.client.requests.game
-
Creates a new public or private game, including player matching criteria, invitations settings and more.
- CreateSFSGameRequest(SFSGameSettings) - Constructor for class sfs2x.client.requests.game.CreateSFSGameRequest
-
Creates a new CreateSFSGameRequest instance.
- CRYPTO_INIT - Static variable in class sfs2x.client.core.SFSEvent
-
The SFSEvent.CRYPTO_INIT constant defines the value of the type property of the event object for a cryptoInit call.
All Classes All Packages