This subclass of JsonHandler processes the JSON requests for the NetworkManager
namespace of the JSON-RPC API. More...
Header: | #include <NetworkManagerHandler> |
Inherits: | JsonHandler |
This subclass of JsonHandler processes the JSON requests for the NetworkManager
namespace of the JSON-RPC API.
This JsonHandler will be created in the JsonRPCServer and used to handle JSON-RPC requests for the NetworkManager
namespace of the API.
See also NetworkManager, JsonHandler, and JsonRPCServer.