Used to receive notifications of RPC client session activity.
An object that implements the RpcSessionHandlerInterface can be passed to the RpcServer in the RpcServer's constructor. When clients connect to the RpcServer, NewClient() will be called with an RpcSession object.
◆ ClientRemoved()
virtual void ola::rpc::RpcSessionHandlerInterface::ClientRemoved |
( |
RpcSession * |
session | ) |
|
|
pure virtual |
◆ NewClient()
virtual void ola::rpc::RpcSessionHandlerInterface::NewClient |
( |
RpcSession * |
session | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: