p2pfl.communication.protocols.protobuff.server moduleΒΆ
Protobuff server.
- class p2pfl.communication.protocols.protobuff.server.ProtobuffServer(gossiper, neighbors, commands=None)[source]ΒΆ
Bases:
ABC
,NodeServicesServicer
,NodeComponent
Implementation of the server side logic of PROTOBUFF communication protocol.
- Parameters:
- add_command(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any
- disconnect(*args: Any, **kwargs: Any) Any ΒΆ
Missing associated documentation comment in .proto file.
- Return type:
Any
- handshake(*args: Any, **kwargs: Any) Any ΒΆ
Missing associated documentation comment in .proto file.
- Return type:
Any
- is_running(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any
- send(*args: Any, **kwargs: Any) Any ΒΆ
Missing associated documentation comment in .proto file.
- Return type:
Any
- start(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any
- stop(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any
- wait_for_termination(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any