Class p.u.g.Dispatcher(object):

Part of pida.utils.grpc View In Hierarchy

Known subclasses: pida.utils.grpc.LocalClientDispatcher, pida.utils.grpc.LocalServerDispatcher

Undocumented
Line # Kind Name Docs
126 Method __init__ Undocumented
130 Method _on_received Undocumented
140 Method call_remote Undocumented
143 Method remote_ok Undocumented
146 Method remote_error Undocumented
def __init__(self, reactor):
Undocumented
def _on_received(self, reactor, host, port, command, args):
Undocumented
def call_remote(self, host, port, command, args):
Undocumented
def remote_ok(self, command):
Undocumented
def remote_error(self, command):
Undocumented
API Documentation for PIDA, generated by pydoctor.