class RpcPeer : public IOHandler (Return to index)

support bi-directional RPC between two services

Type:
    Abstract

Base Classes:

Derived Classes

Include file:

    Dispatch/rpcpeer.h

Description:

Support bi-directional RPC between two peers. Derived classes create both a reader and a writer so each peer can send RPC requests to its opposite over the same connection.

man page

Public:



Protected:



(more documentation)