Server.create_parser

Server.create_parser()[source]

Configures the message parser, which will call the appropriate method upon reception of a message. Other arguments given to the parser will be available in the namespace.

As an example, the subparser for the message ‘quit’ is implemented. The user should override the quit() method, as well as implement other methods for the particular daemon tasks.