TSDuck v3.45-4725
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::ReactiveServerHandlerInterface Class Reference

Interface class for ReactiveServer handlers. More...

#include <tsReactiveServerHandlerInterface.h>

Public Member Functions

virtual void handleServerExited (ReactiveServer &server, const ObjectPtr &user_data)
 Handle the termination of the reactive server.
 

Detailed Description

Interface class for ReactiveServer handlers.

All methods are empty by default. An application may implement the required ones only.

Member Function Documentation

◆ handleServerExited()

virtual void ts::ReactiveServerHandlerInterface::handleServerExited ( ReactiveServer server,
const ObjectPtr user_data 
)
virtual

Handle the termination of the reactive server.

Parameters
[in,out]serverReactive server for which the handler is invoked.
[in]user_dataThe user-data shared pointer which was passed to startConnect().

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