public class SubscribeRoomGroup
extends com.smartfoxserver.v2.controllers.BaseControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_GROUP_ID |
static java.lang.String |
KEY_ROOM_LIST |
| Constructor and Description |
|---|
SubscribeRoomGroup() |
| 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_GROUP_ID
public static final java.lang.String KEY_ROOM_LIST
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