Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

P

PACKET_READ_STATE - Static variable in class com.smartfoxserver.bitswarm.sessions.Session
 
paramsOut - Variable in class com.smartfoxserver.v2.entities.LoginData
 
parentExtension - Variable in class com.smartfoxserver.v2.extensions.filter.SFSExtensionFilter
 
password - Variable in class com.smartfoxserver.v2.components.login.LoginData
The password extracted from the database
password - Variable in class com.smartfoxserver.v2.db.DBConfig
The password for accessing the database
password - Variable in class com.smartfoxserver.v2.entities.LoginData
 
PasswordCheckException - Exception in com.smartfoxserver.v2.components.login
 
PasswordCheckException() - Constructor for exception com.smartfoxserver.v2.components.login.PasswordCheckException
 
passwordField - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
The name of the field in the Database containing the user password, default is 'password'
passwordField - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
The name of the field used to store the user password.
PasswordMode - Enum in com.smartfoxserver.v2.components.signup
Indicates how the password should be stored in the database
passwordMode - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
Indicates how the password should be stored in the database
passwordRecovery - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
Configures the Password Recovery service
PasswordRecovery() - Constructor for class com.smartfoxserver.v2.components.signup.SignUpConfiguration.PasswordRecovery
 
PingPong - Class in com.smartfoxserver.v2.controllers.system
 
PingPong() - Constructor for class com.smartfoxserver.v2.controllers.system.PingPong
 
playerToSpectator(User, Room, boolean, boolean) - Method in interface com.smartfoxserver.v2.api.ISFSApi
Turns a player in a Game Room to a spectator.
playerToSpectator(User, Room, boolean, boolean) - Method in class com.smartfoxserver.v2.api.SFSApi
 
PlayerToSpectator - Class in com.smartfoxserver.v2.controllers.system
 
PlayerToSpectator() - Constructor for class com.smartfoxserver.v2.controllers.system.PlayerToSpectator
 
POOL_ACTION_BLOCK - Static variable in class com.smartfoxserver.v2.db.DBConfig
 
POOL_ACTION_FAIL - Static variable in class com.smartfoxserver.v2.db.DBConfig
 
POOL_ACTION_GROW - Static variable in class com.smartfoxserver.v2.db.DBConfig
 
populateArrayWithValue(ISFSArray) - Method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
Populate an SFSArray wih the typed value of this Variable
populateArrayWithValue(ISFSArray) - Method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
Populate an SFSArray wih the typed value of this Variable
postProcessPlugin - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
ADVANCED Allows developers to add and extra plugin class in the login flow to manipulate objects AFTER the login credentials are verified.
postProcessPlugin - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
ADVANCED Allows developers to add and extra plugin class in the SignUp process to manipulate objects AFTER the SignUo data has been stored and before the client email is sent.
prepareStartInvitation(Invitation, InvitationCallback) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
 
preProcess(IRequest) - Method in class com.smartfoxserver.v2.controllers.system.CreateRoom
 
preProcessPlugin - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
ADVANCED Allows developers to add and extra plugin class in the login flow to manipulate objects BEFORE the login credentials are verified.
preProcessPlugin - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
ADVANCED Allows developers to add and extra plugin class in the SignUp process to manipulate objects BEFORE the SignUp data is verified and stored in the database.
PreviousMMORoomState(int, List<User>) - Constructor for class com.smartfoxserver.v2.mmo.MMORoom.PreviousMMORoomState
 
priv - Variable in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
 
PRIVILEGE_ID - Static variable in class com.smartfoxserver.v2.entities.match.UserProperties
The privilege Id
PrivilegeManager - Interface in com.smartfoxserver.v2.security
 
PROTOCOL - Static variable in class com.smartfoxserver.bitswarm.sessions.Session
 
put(String, SFSDataWrapper) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
 
put(String, SFSDataWrapper) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putBool(String, boolean) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a boolean
putBool(String, boolean) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putBoolArray(String, Collection<Boolean>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Collection of boolean
putBoolArray(String, Collection<Boolean>) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putByte(String, byte) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a byte (signed 8-bit)
putByte(String, byte) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putByteArray(String, byte[]) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add an array of bytes NOTE: This is not supported for HTML5 / Websocket clients, which includes Unity WebGL exports.
putByteArray(String, byte[]) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putClass(String, Object) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Class instance.
putClass(String, Object) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putDouble(String, double) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a double value (signed 32-bit)
putDouble(String, double) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putDoubleArray(String, Collection<Double>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Collection of double
putDoubleArray(String, Collection<Double>) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putFloat(String, float) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a float value (signed 32-bit)
putFloat(String, float) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putFloatArray(String, Collection<Float>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Collection of float
putFloatArray(String, Collection<Float>) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putInt(String, int) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a short value (signed 32-bit)
putInt(String, int) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putIntArray(String, Collection<Integer>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Collection of int
putIntArray(String, Collection<Integer>) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putLong(String, long) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a long value (signed 32-bit)
putLong(String, long) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putLongArray(String, Collection<Long>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Collection of long
putLongArray(String, Collection<Long>) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putNull(String) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a null field to the Object.
putNull(String) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putSFSArray(String, ISFSArray) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a nested ISFSArray
putSFSArray(String, ISFSArray) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putSFSObject(String, ISFSObject) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a nested SFSObject
putSFSObject(String, ISFSObject) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putShort(String, short) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a short value (signed 16-bit)
putShort(String, short) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putShortArray(String, Collection<Short>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Collection of short
putShortArray(String, Collection<Short>) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putText(String, String) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a string value (encoded in UTF-8), with a limit of 2 GBytes.
putText(String, String) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putUtfString(String, String) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a string value (encoded in UTF-8), with a limit of 32 KBytes.
putUtfString(String, String) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
putUtfStringArray(String, Collection<String>) - Method in interface com.smartfoxserver.v2.entities.data.ISFSObject
Add a Collection of string
putUtfStringArray(String, Collection<String>) - Method in class com.smartfoxserver.v2.entities.data.SFSObject
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links