21#ifndef INCLUDE_OLA_RPC_RPCSESSIONHANDLER_H_
22#define INCLUDE_OLA_RPC_RPCSESSIONHANDLER_H_
Used to receive notifications of RPC client session activity.
Definition RpcSessionHandler.h:36
virtual void NewClient(RpcSession *session)=0
Called by the RpcServer when a client connects.
virtual void ClientRemoved(RpcSession *session)=0
Called by the RpcServer when a client disconnects.
Represents the RPC session between a client and server.
Definition RpcSession.h:45
The namespace containing all OLA symbols.
Definition Credentials.cpp:44