This class provides a JSON-RPC API interface to the TransportInterfaces. More...
Header: | #include <JsonRPCServer> |
The JsonRPCServer class provides the server interface for a JSON-RPC API call. This class communicates with TransportInterfaces and processes the JSON-RPC request in the corresponding JsonHandler. The JsonRPCServer it self is also an JsonHandler and provides the introspection, version and notification control methods for the JSON-RPC API.
See also ServerManager, TransportInterface, TcpServer, and WebSocketServer.