Class QuickJoinOrCreateRoom

  • All Implemented Interfaces:
    com.smartfoxserver.v2.controllers.IControllerCommand

    public class QuickJoinOrCreateRoom
    extends com.smartfoxserver.v2.controllers.BaseControllerCommand
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String KEY_GROUP_LIST  
      protected static java.lang.String KEY_MATCH_EXPRESSION  
      protected static java.lang.String KEY_ROOM_SETTINGS  
      protected static java.lang.String KEY_ROOM_TO_LEAVE  
      • Fields inherited from class com.smartfoxserver.v2.controllers.BaseControllerCommand

        api, KEY_ERROR_CODE, KEY_ERROR_PARAMS, logger, sfs
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(com.smartfoxserver.bitswarm.io.IRequest request)  
      boolean validate​(com.smartfoxserver.bitswarm.io.IRequest request)  
      • Methods inherited from class com.smartfoxserver.v2.controllers.BaseControllerCommand

        applyZoneFilterChain, checkRequestPermissions, checkRequestPermissions, checkSuperUser, getId, getRequestType, preProcess
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • KEY_MATCH_EXPRESSION

        protected static final java.lang.String KEY_MATCH_EXPRESSION
        See Also:
        Constant Field Values
      • KEY_ROOM_SETTINGS

        protected static final java.lang.String KEY_ROOM_SETTINGS
        See Also:
        Constant Field Values
      • KEY_ROOM_TO_LEAVE

        protected static final java.lang.String KEY_ROOM_TO_LEAVE
        See Also:
        Constant Field Values
    • Constructor Detail

      • QuickJoinOrCreateRoom

        public QuickJoinOrCreateRoom()
    • Method Detail

      • execute

        public void execute​(com.smartfoxserver.bitswarm.io.IRequest request)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception