|
Dev Essential
|
#include <rpc_server.h>
Inherited by rpc::jsonrpc_object_server< ServerStub, Connector >.
Public Member Functions | |
| virtual a_util::result::Result | HandleCall (const char *strRequest, size_t nRequestSize, IResponse &oResponse)=0 |
Interface of an object that support remote calls
|
pure virtual |
Handles a remote call.
| [in] | strRequest | The call request. |
| [in] | nRequestSize | The size of the call request. |
| [out] | oResponse | The interface for returning the response. |
Implemented in rpc::jsonrpc_object_server< ServerStub, Connector >.