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