nvflare.private.fed.server.server_command_agent module

class ServerCommandAgent(listen_port)[source]

Bases: object

To init the CommandAgent.

Parameters

listen_port – port to listen the command

execute_command(conn, engine)[source]
shutdown()[source]
start(engine)[source]