MIRA
|
Files | |
file | AbstractDeferredInvoker.h [code] |
Abstract interface for DeferredInvoker. | |
file | AbstractInterfaceCallbackHandler.h [code] |
Abstract interface for handler(s) that get called upon new services with a special interface get available. | |
file | AbstractRPCClient.h [code] |
Abstract interface for RPCClient. | |
file | AbstractRPCHandler.h [code] |
Abstract interface for RPCHandler(s). | |
file | BinaryRPCBackend.h [code] |
Provides binary client and server side requests and responses. | |
file | JSONRPCBackend.h [code] |
Provides JSON client and server side requests and responses. | |
file | JSONRPCResponse.h [code] |
Special response type for JSON RPC calls. | |
file | RPCCallDefinition.h [code] |
RPCCallDefinition for storing all information required to call a service method. | |
file | RPCClient.h [code] |
Implementation of the client side of an RPC call. | |
file | RPCError.h [code] |
Error codes for reasons of errors/exceptions while processing an rpc call. | |
file | RPCFuture.h [code] |
Implementation of RPCFuture. | |
file | RPCInvoker.h [code] |
Implements the RPCInvoker and TRPCInvoker classes. | |
file | RPCManager.h [code] |
Contains internal RPCManager class. | |
file | RPCPatternCheck.h [code] |
Provides RPC SFINAE helper to check whether a provided description parameter pack is valid. | |
file | RPCServer.h [code] |
Server side implementation of RPC calls. | |
file | RPCSignature.h [code] |
RPCSignature for storing all information about an RPC method signature. | |