libktorrent  2.2.0
Public Member Functions | List of all members
dht::RPCServerInterface Class Referenceabstract

#include <rpcserverinterface.h>

Inheritance diagram for dht::RPCServerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual RPCCalldoCall (RPCMsg::Ptr msg)=0
 

Detailed Description

Interface class for an RPCServer

Definition at line 51 of file rpcserverinterface.h.

Member Function Documentation

◆ doCall()

virtual RPCCall* dht::RPCServerInterface::doCall ( RPCMsg::Ptr  msg)
pure virtual

Do a RPC call.

Parameters
msgThe message to send
Returns
The call object

Implemented in dht::RPCServer.


The documentation for this class was generated from the following file: