REC RPC library
|
Custom request handler interface. More...
#include <rec_rpc_Server.h>
Public Member Functions | |
virtual void | invoke (const QByteArray &request, QByteArray &response, const rec::rpc::ClientInfo &client)=0 |
Custom request handler interface.
The interface that a custom request handler must implement. It is recommended to use the preprocessor macros to do this.
Definition at line 98 of file rec_rpc_Server.h.
|
pure virtual |
This method is called by the server to invoke the custom request handler.
request | request received from the client ("raw"). |
response | response sent to the client ("raw"). |
client | Info about the calling client. |