|
typedef std::function< void(std::shared_ptr
< Message >)> | SendMsgFunc |
|
|
void | Start () |
|
void | Stop () |
|
void | SetOnStart (std::function< void()> on_start) |
|
void | SetOnExit (std::function< void()> on_exit) |
|
void | ProcessRpc (StringRef name, std::shared_ptr< Message > msg, RpcCallback func, unsigned int conn_id, SendMsgFunc send_response, const ConnectionInfo &conn_info) |
|
bool | PollRpc (bool blocking, RpcCallInfo *call_info) |
|
bool | PollRpc (bool blocking, double time_out, RpcCallInfo *call_info) |
|
void | PostRpcResponse (unsigned int rpc_id, unsigned int call_uid, llvm::StringRef result) |
|
The documentation for this class was generated from the following files:
- build/ntSources/src/RpcServer.h
- build/ntSources/src/RpcServer.cpp