class RpcReader : public IOHandler (Return to index)

read RPC requests from a client

Type:
    Abstract

Base Classes:

Derived Classes

Include file:

    Dispatch/rpcreader.h

Description:

Read RPC requests from a client. Derived classes initialize the function array with addresses of static member functions to unmarshall RPC requests and implement the virtual function called when the client closes the connection.

man page

Public:



Protected:



(more documentation)