Class PluginUtils


  • public class PluginUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isNotification​(com.google.gson.JsonObject object)  
      static boolean isRpcCall​(com.google.gson.JsonObject object)  
      • Methods inherited from class java.lang.Object

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

      • PluginUtils

        public PluginUtils()
    • Method Detail

      • isNotification

        public static boolean isNotification​(com.google.gson.JsonObject object)
      • isRpcCall

        public static boolean isRpcCall​(com.google.gson.JsonObject object)