|
MIRA
|
RPCHandler for sending a rpc call to the server side. More...
#include <fw/RemoteConnection.h>

Public Member Functions | |
| RPCRemoteRequestHandler (RemoteConnection *iConnection) | |
| Constructor taking the connection pointer. More... | |
| virtual void | onRPCrequested (Buffer< uint8 > &&request) |
| Implementation of RPCManager::RemoteRequestHandler Will send request to the framework that will process the call using the internal connection pointer (if set) More... | |
| void | setConnection (RemoteConnection *iConnection) |
| Set the connection pointer. Used to reset the connection on disconnect. More... | |
Protected Attributes | |
| boost::mutex | mConnectionMutex |
| RemoteConnection * | mConnection |
RPCHandler for sending a rpc call to the server side.
Will send the request to the framework that will process the rpc call using the connection pointer.
|
inline |
Constructor taking the connection pointer.
Implementation of RPCManager::RemoteRequestHandler Will send request to the framework that will process the call using the internal connection pointer (if set)
Implements RPCManager::RemoteRequestHandler.
| void setConnection | ( | RemoteConnection * | iConnection | ) |
Set the connection pointer. Used to reset the connection on disconnect.
|
protected |
|
protected |
1.8.14