![]() |
TSDuck v3.45-4725
MPEG Transport Stream Toolkit
|
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. | |
Interface class for ReactiveServer handlers.
All methods are empty by default. An application may implement the required ones only.
|
virtual |
Handle the termination of the reactive server.
| [in,out] | server | Reactive server for which the handler is invoked. |
| [in] | user_data | The user-data shared pointer which was passed to startConnect(). |