21 #ifndef INCLUDE_OLA_RPC_RPCSESSIONHANDLER_H_ 22 #define INCLUDE_OLA_RPC_RPCSESSIONHANDLER_H_ 55 #endif // INCLUDE_OLA_RPC_RPCSESSIONHANDLER_H_ Represents the RPC session between a client and server.
Definition: RpcSession.h:45
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.
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
virtual void ClientRemoved(RpcSession *session)=0
Called by the RpcServer when a client disconnects.