public class ChangeRoomPassword
extends com.smartfoxserver.v2.controllers.BaseControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_PASS |
static java.lang.String |
KEY_ROOM |
| Constructor and Description |
|---|
ChangeRoomPassword() |
| 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_PASS
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