public class ChangeRoomCapacity
extends com.smartfoxserver.v2.controllers.BaseControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_MAX_SPECT |
static java.lang.String |
KEY_MAX_USERS |
static java.lang.String |
KEY_ROOM |
| Constructor and Description |
|---|
ChangeRoomCapacity() |
| 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_ROOM
public static final java.lang.String KEY_MAX_USERS
public static final java.lang.String KEY_MAX_SPECT
public boolean validate(com.smartfoxserver.bitswarm.io.IRequest request)
throws SFSRequestValidationException
SFSRequestValidationExceptionpublic void execute(com.smartfoxserver.bitswarm.io.IRequest request)
throws java.lang.Exception
java.lang.Exception