Class p.u.g.ServerReactor(Reactor):

Part of pida.utils.grpc View In Hierarchy

Known subclasses: pida.utils.grpc.LocalServerReactor

A server

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
89 Method __init__ Undocumented

Inherited from Reactor:

Line # Kind Name Docs
45 Method start Undocumented
54 Method stop Undocumented
58 Method call_local Undocumented
61 Method call_remote Undocumented
64 Method _on_socket_read Undocumented
70 Method _send Undocumented
75 Method _encode_msg Undocumented
78 Method _decode_msg Undocumented
81 Method _received_data Undocumented
Line # Kind Name Docs
89 Method __init__ Undocumented
78 Method _decode_msg Undocumented
75 Method _encode_msg Undocumented
64 Method _on_socket_read Undocumented
81 Method _received_data Undocumented
70 Method _send Undocumented
58 Method call_local Undocumented
61 Method call_remote Undocumented
45 Method start Undocumented
54 Method stop Undocumented
def __init__(self, port, host=''):
Undocumented
API Documentation for PIDA, generated by pydoctor.