|
Dev Essential
|
#include <json_rpc.h>
Inherits Connector, and Stub.
Inherited by rpc::jsonrpc_remote_interface< Stub, Interface, Connector, ConnectorInitializer > [private].
Public Member Functions | |
| jsonrpc_remote_object (const ConnectorInitializer &oInitializer) | |
Protected Member Functions | |
| Stub & | GetStub () const |
Template for direct usage of the stub methods
| Stub | The RPC stub to inherit from |
| Connector | The connector to inherit from |
| ConnectorInitializer | The connector initializer |
|
inline |
Constructor
| [in] | oInitializer | An instance of the ConnectorInitializer. If using http then this is the HTTP url, e.g. http://localhost:8000/system |
|
inlineprotected |
Access the rpc stub.