add server command, will be called only when used as server connection
Source
void addConnCommand(String key, Object value) { if (_msgCommand == null) { _msgCommand = {}; } if (key != null) { _msgCommand[key] = value; } requireSend(); }
add server command, will be called only when used as server connection
void addConnCommand(String key, Object value) { if (_msgCommand == null) { _msgCommand = {}; } if (key != null) { _msgCommand[key] = value; } requireSend(); }