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
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
- PASSWORD_STATE_CHANGE - com.smartfoxserver.v2.entities.SFSRoomEvents
-
This event is notified every time a Room password is changed
- PASSWORD_STATE_CHANGE - com.smartfoxserver.v2.entities.SFSRoomSettings
-
Toggles the ability to change the password of a Room at runtime
- PASSWORD_TOO_LONG - com.smartfoxserver.v2.components.signup.SignUpErrorCodes
- PASSWORD_TOO_SHORT - com.smartfoxserver.v2.components.signup.SignUpErrorCodes
- 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 - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
Indicates how the password should be stored in the database
- PasswordMode - Enum in com.smartfoxserver.v2.components.signup
-
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 - com.smartfoxserver.v2.controllers.SystemRequest
- PingPong() - Constructor for class com.smartfoxserver.v2.controllers.system.PingPong
- PLAIN_TEXT - com.smartfoxserver.v2.components.signup.PasswordMode
-
The password will be stored as plain text in the assigned database field.
- PLAYER_ID - com.smartfoxserver.v2.core.SFSEventParam
-
The PlayerId (
Integer
) - PLAYER_IDS_BY_ROOM - com.smartfoxserver.v2.core.SFSEventParam
-
A map of PlayerId by Room (
Map
) of Room, Integer - PLAYER_TO_SPECTATOR - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a User joined in a Game Room as player changes turns into a Spectator.
- 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 - com.smartfoxserver.v2.controllers.SystemRequest
- 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
- postProcessPlugin - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
ADVANCED
- prepareStartInvitation(Invitation, InvitationCallback) - Method in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
- preProcessPlugin - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
-
ADVANCED
- preProcessPlugin - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
ADVANCED
- PreviousMMORoomState(int, List<User>) - Constructor for class com.smartfoxserver.v2.mmo.MMORoom.PreviousMMORoomState
- priv - Variable in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- PRIVATE_MESSAGE - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a private message is sent by a client.
- PrivateMessage - com.smartfoxserver.v2.controllers.SystemRequest
- 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
- PUBLIC_MESSAGE - com.smartfoxserver.v2.core.SFSEventType
-
This event is fired when a public message is sent by a client.
- PUBLIC_MESSAGES - com.smartfoxserver.v2.entities.SFSRoomSettings
-
Toggles the ability to send public messages in a Room at runtime
- PublicMessage - com.smartfoxserver.v2.controllers.SystemRequest
- 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
- 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
All Classes All Packages