public class SetRoomVariables
extends com.smartfoxserver.v2.controllers.BaseControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_VAR_LIST |
static java.lang.String |
KEY_VAR_ROOM |
Constructor and Description |
---|
SetRoomVariables() |
Modifier and Type | Method and Description |
---|---|
void |
execute(com.smartfoxserver.bitswarm.io.IRequest request) |
boolean |
validate(com.smartfoxserver.bitswarm.io.IRequest request) |
public static final java.lang.String KEY_VAR_LIST
public static final java.lang.String KEY_VAR_ROOM
public boolean validate(com.smartfoxserver.bitswarm.io.IRequest request) throws SFSRequestValidationException
SFSRequestValidationException
public void execute(com.smartfoxserver.bitswarm.io.IRequest request) throws java.lang.Exception
java.lang.Exception