This subclass of JsonHandler processes the JSON requests for the Actions
namespace. More...
Header: | #include <ActionHandler> |
Inherits: | JsonHandler |
ActionHandler(QObject * parent = 0) |
virtual QString | name() const |
This subclass of JsonHandler processes the JSON requests for the Actions
namespace.
This JsonHandler will be created in the JsonRPCServer and used to handle JSON-RPC requests for the Action
namespace of the API.
See also Action, JsonHandler, and JsonRPCServer.
Constructs a new ActionHandler with the given parent.
[virtual]
QString ActionHandler::name() constReimplemented from JsonHandler::name().
Returns the name of the ActionHandler. In this case Actions.