|
NymphRPC Remote Procedure Call Library
|
Static Public Member Functions | |
| static void | stop () |
| static bool | addConnection (int handle, NymphSocket socket) |
| static bool | removeConnection (int handle) |
| static bool | addMessage (NymphRequest *&request) |
| static bool | removeMessage (int handle, int64_t messageId) |
| static bool | addCallback (NymphCallback callback) |
| static bool | callCallback (uint32_t session, NymphMessage *msg, void *data) |
| static bool | removeCallback (std::string name) |