python.dgbpy.servicemgr
¶
Module Contents¶
Classes¶
- class python.dgbpy.servicemgr.ServiceMgr(cmdserver, ppid, tornadoport, serviceID=None)¶
Bases:
tornado.tcpserver.TCPServer
- __enter__(self)¶
- __exit__(self, exc_type, exc_value, traceback)¶
- _is_port_in_use(self, port, local_ip)¶
- _startServer(self, tornadoport, attempts=20)¶
- _register(self, port, address)¶
- _parentChkCB(self)¶
- async handle_stream(self, stream, address)¶
- _processPacket(self, inpacket)¶
- addAction(self, key, action)¶
- sendObject(self, objkey, jsonobj)¶
- can_connect(self)¶