Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
A
active
- Variable in class com.smartfoxserver.v2.db.
DBConfig
Toggles the DBManager
add(SFSDataWrapper)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
add(SFSDataWrapper)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addBool(boolean)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a boolean
addBool(boolean)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addBoolArray(Collection<Boolean>)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add an collection of boolean
addBoolArray(Collection<Boolean>)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addBuddy(Zone, String, String, boolean, boolean, boolean)
- Method in interface com.smartfoxserver.v2.api.
ISFSBuddyApi
Adds a buddy to the User's buddy list even if the User is not online at the moment This feature is not implemented yet.
addBuddy(User, String, boolean, boolean, boolean)
- Method in interface com.smartfoxserver.v2.api.
ISFSBuddyApi
Adds a new buddy to the BuddyList of the specified User.
addBuddy(User, String, boolean, boolean, boolean)
- Method in class com.smartfoxserver.v2.api.
SFSBuddyApi
Adds a new buddy to the BuddyList of the specified User.
addBuddy(Zone, String, String, boolean, boolean, boolean)
- Method in class com.smartfoxserver.v2.api.
SFSBuddyApi
Adds a buddy to the User's buddy list even if the User is not online at the moment This feature is not implemented yet.
addBuddy(Buddy)
- Method in interface com.smartfoxserver.v2.buddylist.
BuddyList
Used by the BuddyManager only.
addBuddy(String, String, boolean)
- Method in interface com.smartfoxserver.v2.buddylist.
BuddyListManager
Use the SFSBuddyAPI
addBuddy(Buddy)
- Method in class com.smartfoxserver.v2.buddylist.
SFSBuddyList
addBuddy(String, String, boolean)
- Method in class com.smartfoxserver.v2.buddylist.
SFSBuddyListManager
Use the SFSBuddyAPI
addByte(byte)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a byte (signed 8-bit)
addByte(byte)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addByteArray(byte[])
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add an array of byte
addByteArray(byte[])
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addClass(Object)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a Class instance
addClass(Object)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addCreatedRoom(Room)
- Method in class com.smartfoxserver.v2.entities.
SFSUser
addCreatedRoom(Room)
- Method in interface com.smartfoxserver.v2.entities.
User
addDisabledSystemEvent(String)
- Method in class com.smartfoxserver.v2.entities.
SFSZone
addDisabledSystemEvent(String)
- Method in interface com.smartfoxserver.v2.entities.
Zone
addDouble(double)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a byte (signed decimal 64-bit)
addDouble(double)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addDoubleArray(Collection<Double>)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a collection of double
addDoubleArray(Collection<Double>)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addDroppedMessages(int)
- Method in interface com.smartfoxserver.bitswarm.sessions.
ISession
addDroppedMessages(int)
- Method in class com.smartfoxserver.bitswarm.sessions.
Session
addEventHandler(SFSEventType, Class<?>)
- Method in class com.smartfoxserver.v2.extensions.
SFSExtension
Add a request handler for a specific event type.
addEventListener(SFSEventType, ISFSEventListener)
- Method in class com.smartfoxserver.v2.extensions.
BaseSFSExtension
Allows to add a listener for a specific server event.
addEventListener(SFSEventType, ISFSEventListener)
- Method in interface com.smartfoxserver.v2.extensions.
ISFSExtension
Allows to add a listener for a specific server event.
addExpression(String)
- Method in interface com.smartfoxserver.v2.util.
IWordFilter
addExpression(String)
- Method in class com.smartfoxserver.v2.util.
SFSWordFilter
Add a new regular expression to match unwanted words for the BLACK_LIST mode
addFilter(String, SysControllerFilter)
- Method in interface com.smartfoxserver.v2.controllers.filter.
ISystemFilterChain
Add a filter to the Filter Chain.
addFilter(String, SysControllerFilter)
- Method in class com.smartfoxserver.v2.controllers.filter.
SysControllerFilterChain
addFilter(String, SFSExtensionFilter)
- Method in interface com.smartfoxserver.v2.extensions.filter.
IFilterChain
Add a filter to the Filter Chain.
addFilter(String, SFSExtensionFilter)
- Method in class com.smartfoxserver.v2.extensions.filter.
SFSExtensionFilterChain
Add a filter to the Filter Chain.
addFilter(String, SFSExtensionFilter)
- Method in class com.smartfoxserver.v2.extensions.
SFSExtension
Add a filter to the Extension
addFloat(float)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a byte (signed decimal 32-bit)
addFloat(float)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addFloatArray(Collection<Float>)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a collection of float
addFloatArray(Collection<Float>)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addInfo(String)
- Method in class com.smartfoxserver.v2.exceptions.
ExceptionMessageComposer
addInt(int)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a byte (signed 32-bit)
addInt(int)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addIntArray(Collection<Integer>)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a collection of int
addIntArray(Collection<Integer>)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addJoinedRoom(Room)
- Method in class com.smartfoxserver.v2.entities.
SFSUser
addJoinedRoom(Room)
- Method in interface com.smartfoxserver.v2.entities.
User
addLong(long)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a byte (signed 64-bit)
addLong(long)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addLongArray(Collection<Long>)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a collection of long
addLongArray(Collection<Long>)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addNull()
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a null field to the Object.
addNull()
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addParameter(String)
- Method in class com.smartfoxserver.v2.exceptions.
SFSErrorData
addReadBytes(long)
- Method in interface com.smartfoxserver.bitswarm.sessions.
ISession
addReadBytes(long)
- Method in class com.smartfoxserver.bitswarm.sessions.
Session
addRequestFilter(SystemRequest, int)
- Method in interface com.smartfoxserver.v2.util.
IFloodFilter
addRequestFilter(SystemRequest, int)
- Method in class com.smartfoxserver.v2.util.
SFSFloodFilter
addRequestHandler(String, Class<?>)
- Method in class com.smartfoxserver.v2.extensions.
SFSExtension
Add a request handler for a specific request id.
addRoom(Room)
- Method in class com.smartfoxserver.v2.entities.
SFSZone
addRoom(Room)
- Method in interface com.smartfoxserver.v2.entities.
Zone
DO NOT CALL DIRECTLY!
addSFSArray(ISFSArray)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a nested ISFSArray
addSFSArray(ISFSArray)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addSFSObject(ISFSObject)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a nested ISFSObject
addSFSObject(ISFSObject)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addShort(short)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a byte (signed 16-bit)
addShort(short)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addShortArray(Collection<Short>)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a collection of short
addShortArray(Collection<Short>)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addUser(User, boolean)
- Method in interface com.smartfoxserver.v2.entities.
Room
addUser(User)
- Method in interface com.smartfoxserver.v2.entities.
Room
addUser(User)
- Method in class com.smartfoxserver.v2.entities.
SFSRoom
addUser(User, boolean)
- Method in class com.smartfoxserver.v2.entities.
SFSRoom
addUser(User, boolean)
- Method in class com.smartfoxserver.v2.game.
SFSGame
addUtfString(String)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a String encoded in UTF-8
addUtfString(String)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addUtfStringArray(Collection<String>)
- Method in interface com.smartfoxserver.v2.entities.data.
ISFSArray
Add a collection of string
addUtfStringArray(Collection<String>)
- Method in class com.smartfoxserver.v2.entities.data.
SFSArray
addVariable(String)
- Method in class com.smartfoxserver.v2.controllers.filter.
ReadOnlyUserVariablesFilter
Add a new User Variable name to be set as read-only
addWrittenBytes(long)
- Method in interface com.smartfoxserver.bitswarm.sessions.
ISession
addWrittenBytes(long)
- Method in class com.smartfoxserver.bitswarm.sessions.
Session
allowOfflineBuddyVariables()
- Method in interface com.smartfoxserver.v2.buddylist.
BuddyListManager
Check if the "offline" (persistent) Buddy Variables are supported in the current Zone
allowOfflineBuddyVariables()
- Method in class com.smartfoxserver.v2.buddylist.
SFSBuddyListManager
Check if the "offline" (persistent) Buddy Variables are supported in the current Zone
and(String, IMatcher, Object)
- Method in class com.smartfoxserver.v2.entities.match.
MatchExpression
Concatenates two expressions with the logical AND operator.
APIManager
- Class in
com.smartfoxserver.v2.api
APIManager()
- Constructor for class com.smartfoxserver.v2.api.
APIManager
apply(String)
- Method in interface com.smartfoxserver.v2.util.
IWordFilter
apply(String, User)
- Method in interface com.smartfoxserver.v2.util.
IWordFilter
apply(String)
- Method in class com.smartfoxserver.v2.util.
SFSWordFilter
Applies the filter to a generic string
apply(String, User)
- Method in class com.smartfoxserver.v2.util.
SFSWordFilter
Applies the filter to a message/string of a User.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z