@Feature(cls=NODE_SCRIPT, method=EXECUTE) public class NodeScriptHandler extends BaseProxyHandler
Constructor and Description |
---|
NodeScriptHandler() |
Modifier and Type | Method and Description |
---|---|
protected Object[] |
getParameters(Map<String,Object> attributes)
连接参数
|
protected String |
handleTextMessage(Map<String,Object> attributes,
ProxySession proxySession,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp)
消息处理方法
|
afterConnectionEstablishedImpl, destroy, handleTextMessage, handleTextMessage, init
afterConnectionClosed, afterConnectionEstablished, handleTransportError, logOpt, sendMsg, showHelloMsg
handleBinaryMessage
protected Object[] getParameters(Map<String,Object> attributes)
BaseProxyHandler
getParameters
in class BaseProxyHandler
attributes
- 属性protected String handleTextMessage(Map<String,Object> attributes, ProxySession proxySession, com.alibaba.fastjson.JSONObject json, ConsoleCommandOp consoleCommandOp)
BaseProxyHandler
handleTextMessage
in class BaseProxyHandler
attributes
- 属性proxySession
- 代理回话json
- 数据consoleCommandOp
- 操作类型Copyright © 2017–2022. All rights reserved.