A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
capacity — Property, interface com.smartfoxserver.v2.entities.Room |
|
Returns the maximum amount of users, including spectators, that can be contained in this Room. |
capacity — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Returns the maximum amount of users, including spectators, that can be contained in this Room. |
ChangeRoomCapacityRequest — class, package com.smartfoxserver.v2.requests |
|
Changes the maximum number of users and/or spectators who can join a Room. |
ChangeRoomCapacityRequest(room:com.smartfoxserver.v2.entities:Room, newMaxUsers:int, newMaxSpect:int) — Constructor, class com.smartfoxserver.v2.requests.ChangeRoomCapacityRequest |
|
Creates a new ChangeRoomCapacityRequest instance. |
ChangeRoomNameRequest — class, package com.smartfoxserver.v2.requests |
|
Changes the name of a Room. |
ChangeRoomNameRequest(room:com.smartfoxserver.v2.entities:Room, newName:String) — Constructor, class com.smartfoxserver.v2.requests.ChangeRoomNameRequest |
|
Creates a new ChangeRoomNameRequest instance. |
ChangeRoomPasswordStateRequest — class, package com.smartfoxserver.v2.requests |
|
Changes the password of a Room. |
ChangeRoomPasswordStateRequest(room:com.smartfoxserver.v2.entities:Room, newPass:String) — Constructor, class com.smartfoxserver.v2.requests.ChangeRoomPasswordStateRequest |
|
Creates a new ChangeRoomPasswordStateRequest instance. |
CLASS — Constant Static Property, class com.smartfoxserver.v2.entities.data.SFSDataType |
|
A custom class. |
className — Property, class com.smartfoxserver.v2.requests.RoomExtension |
|
Returns the fully qualified name of the main class of the Extension. |
clearAll() — method, class com.smartfoxserver.v2.entities.managers.SFSUserManager |
| |
ClientDisconnectionReason — class, package com.smartfoxserver.v2.util |
|
The ClientDisconnectionReason class contains the costants describing the possible reasons why a disconnection from the server occurred. |
clone() — method, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
Duplicates the instance of the SFSBuddyEvent object. |
clone() — method, class com.smartfoxserver.v2.core.SFSEvent |
|
Duplicates the instance of the SFSEvent object. |
clone() — method, class com.smartfoxserver.v2.logging.LoggerEvent |
|
Duplicates the instance of the LoggerEvent object. |
compressionThreshold — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the current compression threshold. |
com.smartfoxserver.v2 — package |
| |
com.smartfoxserver.v2.bitswarm — package |
| |
com.smartfoxserver.v2.core — package |
| |
com.smartfoxserver.v2.entities — package |
| |
com.smartfoxserver.v2.entities.data — package |
| |
com.smartfoxserver.v2.entities.invitation — package |
| |
com.smartfoxserver.v2.entities.managers — package |
| |
com.smartfoxserver.v2.entities.match — package |
| |
com.smartfoxserver.v2.entities.variables — package |
| |
com.smartfoxserver.v2.logging — package |
| |
com.smartfoxserver.v2.requests — package |
| |
com.smartfoxserver.v2.requests.buddylist — package |
| |
com.smartfoxserver.v2.requests.game — package |
| |
com.smartfoxserver.v2.requests.mmo — package |
| |
com.smartfoxserver.v2.util — package |
| |
condition — Property, class com.smartfoxserver.v2.entities.match.MatchExpression |
|
Returns the matching criteria used during values comparison. |
config — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the client configuration details. |
ConfigData — class, package com.smartfoxserver.v2.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, class com.smartfoxserver.v2.util.ConfigData |
|
Creates a new ConfigData instance. |
configLoadFailure — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched if an error occurs while loading the external client configuration file. |
CONFIG_LOAD_FAILURE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CONFIG_LOAD_FAILURE constant defines the value of the type property of the event object for a configLoadFailure event. |
configLoadSuccess — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the external client configuration file is loaded successfully. |
CONFIG_LOAD_SUCCESS — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CONFIG_LOAD_SUCCESS constant defines the value of the type property of the event object for a configLoadSuccess event. |
connect(host:String, port:int) — method, class com.smartfoxserver.v2.SmartFox |
|
Establishes a connection between the client and a SmartFoxServer 2X instance. |
connection — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when a connection between the client and a SmartFoxServer 2X instance is attempted. |
CONNECTION — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CONNECTION constant defines the value of the type property of the event object for a connection event. |
connectionAttemptHttp — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the client cannot establish a socket connection to the server and the useBlueBox parameter is active in the configuration. |
CONNECTION_ATTEMPT_HTTP — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CONNECTION_ATTEMPT_HTTP constant defines the value of the type property of the event object for a connectionAttemptHttp event. |
connectionLost — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the connection between the client and the SmartFoxServer 2X instance is interrupted. |
CONNECTION_LOST — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CONNECTION_LOST constant defines the value of the type property of the event object for a connectionLost event. |
connectionMode — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the current connection mode after a connection has been successfully established. |
ConnectionMode — class, package com.smartfoxserver.v2.util |
|
The ConnectionMode class contains the costants defining the possible connection modes of the client with the server. |
ConnectionMode() — Constructor, class com.smartfoxserver.v2.util.ConnectionMode |
| |
connectionResume — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the connection between the client and the SmartFoxServer 2X instance is re-established after a temporary disconnection,
while the SmartFoxServer 2X HRC system is available in the Zone. |
CONNECTION_RESUME — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CONNECTION_RESUME constant defines the value of the type property of the event object for a connectionResume event. |
connectionRetry — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the connection between the client and the SmartFoxServer 2X instance is interrupted abruptly
while the SmartFoxServer 2X HRC system is available in the Zone. |
CONNECTION_RETRY — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CONNECTION_RETRY constant defines the value of the type property of the event object for a connectionRetry event. |
connectWithConfig(cfg:com.smartfoxserver.v2.util:ConfigData) — method, class com.smartfoxserver.v2.SmartFox |
|
Establishes a connection between the client and a SmartFoxServer 2X instance. |
contains(obj:any) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray |
|
Indicates whether this array contains the specified object or not. |
contains(obj:any) — method, class com.smartfoxserver.v2.entities.data.SFSArray |
|
Indicates whether this array contains the specified object or not. |
CONTAINS — Constant Static Property, class com.smartfoxserver.v2.entities.match.StringMatch |
|
An instance of StringMatch representing the following condition: string1.indexOf(string2) != -1. |
containsBuddy(name:String) — method, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Indicates whether a buddy exists in user's buddies list or not. |
containsBuddy(name:String) — method, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Indicates whether a buddy exists in user's buddies list or not. |
containsGroup(groupId:String) — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager |
|
Indicates whether the specified Group has been subscribed by the client or not. |
containsGroup(groupId:String) — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager |
|
Indicates whether the specified Group has been subscribed by the client or not. |
containsKey(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject |
|
Indicates whether this object contains a mapping for the specified key or not. |
containsKey(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject |
|
Indicates whether this object contains a mapping for the specified key or not. |
containsRoom(idOrName:any) — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager |
|
Indicates whether a Room exists in the Rooms list or not. |
containsRoom(idOrName:any) — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager |
|
Indicates whether a Room exists in the Rooms list or not. |
containsRoomInGroup(idOrName:any, groupId:String) — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager |
|
Indicates whether the Rooms list contains a Room belonging to the specified Group or not. |
containsRoomInGroup(idOrName:any, groupId:String) — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager |
|
Indicates whether the Rooms list contains a Room belonging to the specified Group or not. |
containsUser(user:com.smartfoxserver.v2.entities:User) — method, interface com.smartfoxserver.v2.entities.Room |
|
Indicates whether the specified user is currently inside this Room or not. |
containsUser(user:com.smartfoxserver.v2.entities:User) — method, class com.smartfoxserver.v2.entities.SFSRoom |
|
Indicates whether the specified user is currently inside this Room or not. |
containsUser(user:com.smartfoxserver.v2.entities:User) — method, interface com.smartfoxserver.v2.entities.managers.IUserManager |
|
Indicates whether a user exists in the local users list or not. |
containsUser(user:com.smartfoxserver.v2.entities:User) — method, class com.smartfoxserver.v2.entities.managers.SFSUserManager |
|
Indicates whether a user exists in the local users list or not. |
containsUserId(userId:int) — method, interface com.smartfoxserver.v2.entities.managers.IUserManager |
|
Indicates whether a user exists in the local users list or not from the id. |
containsUserId(userId:int) — method, class com.smartfoxserver.v2.entities.managers.SFSUserManager |
|
Indicates whether a user exists in the local users list or not from the id. |
containsUserName(userName:String) — method, interface com.smartfoxserver.v2.entities.managers.IUserManager |
|
Indicates whether a user exists in the local users list or not from the name. |
containsUserName(userName:String) — method, class com.smartfoxserver.v2.entities.managers.SFSUserManager |
|
Indicates whether a user exists in the local users list or not from the name. |
containsVariable(varName:String) — method, interface com.smartfoxserver.v2.entities.Buddy |
|
Indicates whether this buddy has the specified Buddy Variable set or not. |
containsVariable(name:String) — method, interface com.smartfoxserver.v2.entities.IMMOItem |
|
Indicates whether this item has the specified MMOItem Variable set or not. |
containsVariable(name:String) — method, class com.smartfoxserver.v2.entities.MMOItem |
|
Indicates whether this item has the specified MMOItem Variable set or not. |
containsVariable(name:String) — method, interface com.smartfoxserver.v2.entities.Room |
|
Indicates whether this Room has the specified Room Variable set or not. |
containsVariable(varName:String) — method, class com.smartfoxserver.v2.entities.SFSBuddy |
|
Indicates whether this buddy has the specified Buddy Variable set or not. |
containsVariable(name:String) — method, class com.smartfoxserver.v2.entities.SFSRoom |
|
Indicates whether this Room has the specified Room Variable set or not. |
containsVariable(name:String) — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user has the specified User Variable set or not. |
containsVariable(name:String) — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user has the specified User Variable set or not. |
CreateRoomRequest — class, package com.smartfoxserver.v2.requests |
|
Creates a new Room in the current Zone. |
CreateRoomRequest(settings:com.smartfoxserver.v2.requests:RoomSettings, autoJoin:Boolean, roomToLeave:com.smartfoxserver.v2.entities:Room) — Constructor, class com.smartfoxserver.v2.requests.CreateRoomRequest |
|
Creates a new CreateRoomRequest instance. |
CreateSFSGameRequest — class, package com.smartfoxserver.v2.requests.game |
|
Creates a new public or private game, including player matching criteria, invitations settings and more. |
CreateSFSGameRequest(settings:com.smartfoxserver.v2.requests.game:SFSGameSettings) — Constructor, class com.smartfoxserver.v2.requests.game.CreateSFSGameRequest |
|
Creates a new CreateSFSGameRequest instance. |
cryptoInit — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched in return to the initialization of an encrypted connection. |
CRYPTO_INIT — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.CRYPTO_INIT constant defines the value of the type property of the event object for a cryptoInit call. |
currentIp — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the IP address of the SmartFoxServer 2X instance to which the client is connected. |
currentPort — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the TCP port of the SmartFoxServer 2X instance to which the client is connected. |
currentZone — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the Zone currently in use, if the user is already logged in. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |