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