Class Handshake

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

    public class Handshake
    extends com.smartfoxserver.v2.controllers.BaseControllerCommand
    • Constructor Summary

      Constructors 
      Constructor Description
      Handshake()  
    • 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
    • Constructor Detail

      • Handshake

        public Handshake()
    • Method Detail

      • execute

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