public class JoinRoomInvite
extends com.smartfoxserver.v2.controllers.BaseControllerCommand
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEFAULT_AS_SPECT |
protected static int |
DEFAULT_EXPIRY_SEC |
static java.lang.String |
KEY_AS_SPECT |
static java.lang.String |
KEY_EXPIRY_SECONDS |
static java.lang.String |
KEY_INVITED_NAMES |
static java.lang.String |
KEY_OPTIONAL_PARAMS |
static java.lang.String |
KEY_ROOM_ID |
Constructor and Description |
---|
JoinRoomInvite() |
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 static final java.lang.String KEY_EXPIRY_SECONDS
public static final java.lang.String KEY_INVITED_NAMES
public static final java.lang.String KEY_AS_SPECT
public static final java.lang.String KEY_OPTIONAL_PARAMS
protected static final int DEFAULT_EXPIRY_SEC
protected static final boolean DEFAULT_AS_SPECT
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