p2pfl.communication.protocols.grpc.proto.node_pb2_grpc moduleΒΆ

Client and server classes corresponding to protobuf-defined services.

class p2pfl.communication.protocols.grpc.proto.node_pb2_grpc.NodeServices[source]ΒΆ

Bases: object

Missing associated documentation comment in .proto file.

static disconnect(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]ΒΆ
static handshake(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]ΒΆ
static send(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]ΒΆ
class p2pfl.communication.protocols.grpc.proto.node_pb2_grpc.NodeServicesServicer[source]ΒΆ

Bases: object

Missing associated documentation comment in .proto file.

disconnect(request, context)[source]ΒΆ

Missing associated documentation comment in .proto file.

handshake(request, context)[source]ΒΆ

Missing associated documentation comment in .proto file.

send(request, context)[source]ΒΆ

Missing associated documentation comment in .proto file.

class p2pfl.communication.protocols.grpc.proto.node_pb2_grpc.NodeServicesStub(channel)[source]ΒΆ

Bases: object

Missing associated documentation comment in .proto file.

p2pfl.communication.protocols.grpc.proto.node_pb2_grpc.add_NodeServicesServicer_to_server(servicer, server)[source]ΒΆ