Serialized Form
-
Package com.smartfoxserver.v2.api
-
Class com.smartfoxserver.v2.api.CreateRoomSettings extends java.lang.Object implements Serializable
- serialVersionUID:
- 2430979901273399698L
-
Serialized Fields
-
allowOwnerInvitation
boolean allowOwnerInvitation
-
autoRemoveMode
SFSRoomRemoveMode autoRemoveMode
-
customPlayerIdGeneratorClass
java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass
-
extension
CreateRoomSettings.RoomExtensionSettings extension
-
groupId
java.lang.String groupId
-
isDynamic
boolean isDynamic
-
isGame
boolean isGame
-
isHidden
boolean isHidden
-
maxSpectators
int maxSpectators
-
maxUsers
int maxUsers
-
maxVariablesAllowed
int maxVariablesAllowed
-
name
java.lang.String name
-
password
java.lang.String password
-
roomProperties
java.util.Map<java.lang.Object,java.lang.Object> roomProperties
-
roomSettings
java.util.Set<SFSRoomSettings> roomSettings
-
roomVariables
java.util.List<RoomVariable> roomVariables
-
suppressUserList
boolean suppressUserList
-
useWordsFilter
boolean useWordsFilter
-
-
Class com.smartfoxserver.v2.api.CreateRoomSettings.RoomExtensionSettings extends java.lang.Object implements Serializable
- serialVersionUID:
- 6731833106594011974L
-
Serialized Fields
-
className
java.lang.String className
-
id
java.lang.String id
-
propertiesFile
java.lang.String propertiesFile
-
-
-
Package com.smartfoxserver.v2.components.login
-
Class com.smartfoxserver.v2.components.login.PasswordCheckException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.smartfoxserver.v2.components.signup
-
Class com.smartfoxserver.v2.components.signup.SignUpValidationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1593973269968552498L
-
Serialized Fields
-
code
SignUpErrorCodes code
-
params
java.lang.Object[] params
-
-
-
Package com.smartfoxserver.v2.db
-
Class com.smartfoxserver.v2.db.DBConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- -4805085372962209222L
-
Serialized Fields
-
active
boolean active
Toggles the DBManager -
blockTime
int blockTime
The amount of time to block if the BLOCK option is chosen for the exhaustedPoolAction setting -
connectionString
java.lang.String connectionString
The connection string to the database, according to the JDBC standard notation.You can read more about this here: http://download.oracle.com/javase/tutorial/jdbc/basics/connecting.html
-
driverName
java.lang.String driverName
Fully qualified name of the database driver, for example com.mysql.jdbc.Driver -
exhaustedPoolAction
java.lang.String exhaustedPoolAction
The action that should be executed when the connection pool is exhausted.
There are three main options:- FAIL: an exception is thrown and no more connections are allowed
- GROW: the pool size is enlarged to accomodate the new exceeding requests. This might in turn will instantiate more resources.
- BLOCK: block the thread for a while and retry
-
maxActiveConnections
int maxActiveConnections
The maximum number of active connections in the connection pool -
maxIdleConnections
int maxIdleConnections
The maximum number of idle connections in the connection pool -
password
java.lang.String password
The password for accessing the database -
testSql
java.lang.String testSql
A test SQL expression that will be executed at startup to verify the integrity of the setup and connectionIt is recommended to use very simple SQL code such as SELECT count(*) FROM users or a similar quick SQL query.
-
userName
java.lang.String userName
The user name for accessing the database
-
-
-
Package com.smartfoxserver.v2.entities
-
Class com.smartfoxserver.v2.entities.SFSBannedUser extends java.lang.Object implements Serializable
- serialVersionUID:
- -8591228575994508738L
-
Serialized Fields
-
adminName
java.lang.String adminName
-
banDurationMinutes
int banDurationMinutes
-
banTimeMillis
long banTimeMillis
-
ipAddress
java.lang.String ipAddress
-
mode
BanMode mode
-
name
java.lang.String name
-
reason
java.lang.String reason
-
zoneName
java.lang.String zoneName
-
-
-
Package com.smartfoxserver.v2.entities.data
-
Class com.smartfoxserver.v2.entities.data.SFSArray extends java.lang.Object implements Serializable
- serialVersionUID:
- -8595330304058545315L
-
Serialized Fields
-
dataHolder
java.util.List<SFSDataWrapper> dataHolder
-
-
Class com.smartfoxserver.v2.entities.data.SFSArrayLite extends SFSArray implements Serializable
-
Class com.smartfoxserver.v2.entities.data.SFSDataWrapper extends java.lang.Object implements Serializable
- serialVersionUID:
- 4128283468549510219L
-
Serialized Fields
-
object
java.lang.Object object
-
typeId
SFSDataType typeId
-
-
Class com.smartfoxserver.v2.entities.data.SFSObject extends java.lang.Object implements Serializable
- serialVersionUID:
- 3696542548259829882L
-
Serialized Fields
-
dataHolder
java.util.Map<java.lang.String,SFSDataWrapper> dataHolder
-
-
Class com.smartfoxserver.v2.entities.data.SFSObjectLite extends SFSObject implements Serializable
-
-
Package com.smartfoxserver.v2.entities.managers
-
Class com.smartfoxserver.v2.entities.managers.BanUserData extends java.lang.Object implements Serializable
- serialVersionUID:
- -5727904595766376640L
-
Serialized Fields
-
bannedUsersByIp
java.util.Map<java.lang.String,BannedUser> bannedUsersByIp
-
bannedUsersByNameAndZone
java.util.Map<java.lang.String,java.util.Map<java.lang.String,BannedUser>> bannedUsersByNameAndZone
-
-
-
Package com.smartfoxserver.v2.entities.match
-
Class com.smartfoxserver.v2.entities.match.MatchExpression extends java.lang.Object implements Serializable
- serialVersionUID:
- -8445720569462437965L
-
Serialized Fields
-
condition
com.smartfoxserver.v2.entities.match.IMatcher condition
-
logicOp
com.smartfoxserver.v2.entities.match.LogicOperator logicOp
-
next
MatchExpression next
-
parent
MatchExpression parent
-
value
java.lang.Object value
-
varName
java.lang.String varName
-
-
-
Package com.smartfoxserver.v2.entities.variables
-
Class com.smartfoxserver.v2.entities.variables.SFSRoomVariable extends SFSUserVariable implements Serializable
-
Serialized Fields
-
_global
boolean _global
-
_persistent
boolean _persistent
-
_private
boolean _private
-
-
-
Class com.smartfoxserver.v2.entities.variables.SFSUserVariable extends java.lang.Object implements Serializable
-
Serialized Fields
-
hidden
boolean hidden
-
name
java.lang.String name
-
priv
boolean priv
-
storable
boolean storable
-
type
VariableType type
-
value
java.lang.Object value
-
-
-
-
Package com.smartfoxserver.v2.exceptions
-
Class com.smartfoxserver.v2.exceptions.InterruptedEventException extends SFSRuntimeException implements Serializable
- serialVersionUID:
- 1729674312557697005L
-
Class com.smartfoxserver.v2.exceptions.SFSAdminException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSBootException extends SFSRuntimeException implements Serializable
- serialVersionUID:
- -2794913926097473673L
-
Class com.smartfoxserver.v2.exceptions.SFSBuddyListException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSBuddyListNotFoundException extends SFSBuddyListException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSCodecException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSCreateGameException extends SFSCreateRoomException implements Serializable
- serialVersionUID:
- -5896198785404576552L
-
Class com.smartfoxserver.v2.exceptions.SFSCreateRoomException extends SFSException implements Serializable
- serialVersionUID:
- 4751733417642191809L
-
Class com.smartfoxserver.v2.exceptions.SFSException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6052949605652105170L
-
Serialized Fields
-
errorData
SFSErrorData errorData
-
-
Class com.smartfoxserver.v2.exceptions.SFSExtensionException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSFilterInterruptedException extends SFSRuntimeException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSFloodingException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSInvitationException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSJoinRoomException extends SFSException implements Serializable
- serialVersionUID:
- 6384101728401558209L
-
Class com.smartfoxserver.v2.exceptions.SFSLoginException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSLoginFilterException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1221730088487565800L
-
Class com.smartfoxserver.v2.exceptions.SFSLoginInterruptedException extends SFSRuntimeException implements Serializable
-
Serialized Fields
-
stop
boolean stop
-
-
-
Class com.smartfoxserver.v2.exceptions.SFSQuickJoinGameException extends SFSJoinRoomException implements Serializable
- serialVersionUID:
- -4059208183771012804L
-
Class com.smartfoxserver.v2.exceptions.SFSRequestValidationException extends java.lang.Exception implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSRoomException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSRuntimeException extends java.lang.RuntimeException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSTooManyRoomsException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSUserException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.SFSVariableException extends SFSException implements Serializable
-
Class com.smartfoxserver.v2.exceptions.WebSocketHandshakeException extends java.lang.Exception implements Serializable
-
-
Package com.smartfoxserver.v2.game
-
Class com.smartfoxserver.v2.game.CreateSFSGameSettings extends CreateRoomSettings implements Serializable
- serialVersionUID:
- 9134396164521787473L
-
Serialized Fields
-
gamePublic
boolean gamePublic
-
invitationExpiryTime
int invitationExpiryTime
-
leaveLastJoinedRoom
boolean leaveLastJoinedRoom
-
minPlayersToStartGame
int minPlayersToStartGame
-
notifyGameStartedViaRoomVariable
boolean notifyGameStartedViaRoomVariable
-
playerMatchExpression
MatchExpression playerMatchExpression
-
spectatorMatchExpression
MatchExpression spectatorMatchExpression
-
-
-
Package com.smartfoxserver.v2.mmo
-
Class com.smartfoxserver.v2.mmo.CreateMMORoomSettings extends CreateRoomSettings implements Serializable
- serialVersionUID:
- -7068235718560208315L
-
Serialized Fields
-
defaultAOI
Vec3D defaultAOI
-
mapLimits
CreateMMORoomSettings.MapLimits mapLimits
-
proximityListUpdateMillis
int proximityListUpdateMillis
-
sendAOIEntryPoint
boolean sendAOIEntryPoint
-
userMaxLimboSeconds
int userMaxLimboSeconds
-
-
Class com.smartfoxserver.v2.mmo.CreateMMORoomSettings.MapLimits extends java.lang.Object implements Serializable
- serialVersionUID:
- 3148132854556226813L
-
Class com.smartfoxserver.v2.mmo.MMOItemVariable extends SFSUserVariable implements Serializable
-
Class com.smartfoxserver.v2.mmo.Vec3D extends java.lang.Object implements Serializable
- serialVersionUID:
- -9047361330046166807L
-
Serialized Fields
-
px
java.lang.Number px
-
py
java.lang.Number py
-
pz
java.lang.Number pz
-
useFloat
boolean useFloat
-
-
-
Package com.smartfoxserver.v2.persistence.room
-
Class com.smartfoxserver.v2.persistence.room.SFSStorageException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2940249829611328439L
-