1112 |
1112 |
1113 logging.debug("<Debug-Server> %s", line) |
1113 logging.debug("<Debug-Server> %s", line) |
1114 ## print("Server: ", line) ##debug |
1114 ## print("Server: ", line) ##debug |
1115 |
1115 |
1116 self.__handleJsonCommand(line, sock) |
1116 self.__handleJsonCommand(line, sock) |
1117 continue |
|
1118 |
1117 |
1119 def __handleJsonCommand(self, jsonStr, sock): |
1118 def __handleJsonCommand(self, jsonStr, sock): |
1120 """ |
1119 """ |
1121 Private method to handle a command or response serialized as a |
1120 Private method to handle a command or response serialized as a |
1122 JSON string. |
1121 JSON string. |