• RulesHandler
  • RulesHandler Class

    (nymeaserver::RulesHandler)

    This subclass of JsonHandler processes the JSON requests for the Rules namespace of the JSON-RPC API. More...

    Header: #include <RulesHandler>
    Inherits: JsonHandler

    Detailed Description

    This subclass of JsonHandler processes the JSON requests for the Rules namespace of the JSON-RPC API.

    This JsonHandler will be created in the JsonRPCServer and used to handle JSON-RPC requests for the Rules namespace of the API.

    See also RuleEngine, JsonHandler, and JsonRPCServer.