类 LoadHandleMessage
java.lang.Object
com.gdxsoft.easyweb.websocket.LoadHandleMessage
通过配置文件加载消息处理的方法
- 作者:
- admin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static IHandleMsggetInstance(String methodName, EwaWebSocketBus webSocket, org.json.JSONObject obj) 获取方法对应的类
-
构造器详细资料
-
LoadHandleMessage
public LoadHandleMessage()
-
-
方法详细资料
-
getInstance
public static IHandleMsg getInstance(String methodName, EwaWebSocketBus webSocket, org.json.JSONObject obj) 获取方法对应的类- 参数:
methodName- 模式名称webSocket- webSocketobj- 命令对象- 返回:
-