MIRA
|
RPCHandler for getting notified when an rpc call on server side is finished and the response is ready. More...
#include <fw/RemoteConnection.h>
Public Member Functions | |
RPCRemoteFinishHandler (RemoteConnection *iConnection) | |
Constructor taking the connection pointer. More... | |
virtual void | onRPCfinished (Buffer< uint8 > &&answer) |
Implementation of RPCManager::RemoteFinishHandler Will send answer back to calling framework 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 getting notified when an rpc call on server side is finished and the response is ready.
Will send the response back to the calling framework using the connection pointer.
|
inline |
Constructor taking the connection pointer.
|
virtual |
Implementation of RPCManager::RemoteFinishHandler Will send answer back to calling framework using the internal connection pointer (if set)
Implements RPCManager::RemoteFinishHandler.
void setConnection | ( | RemoteConnection * | iConnection | ) |
Set the connection pointer. Used to reset the connection on disconnect.
|
protected |
|
protected |