MIRA
rpc Directory Reference
Directory dependency graph for rpc:
base/include/rpc

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  RPCMacros.h [code]
 Utility macros used in generating RPC method definitions with BOOST_PP.
 
file  RPCManager.h [code]
 Contains internal RPCManager class.
 
file  RPCServer.h [code]
 Server side implementation of RPC calls.
 
file  RPCSignature.h [code]
 RPCSignature for storing all information about an RPC method signature.