![]() |
TSDuck v3.44-4659
MPEG Transport Stream Toolkit
|
Interface class for notification of open/close on sockets. More...
#include <tsSocketHandlerInterface.h>
Public Member Functions | |
| virtual void | handleSocketClose (Socket &sock)=0 |
| Called at the end of a socket close session. | |
| virtual void | handleSocketOpen (Socket &sock)=0 |
| Called at the beginning of a socket open session. | |
Interface class for notification of open/close on sockets.
Interface class for UDP receive operation Reactor handlers.
|
pure virtual |
Called at the beginning of a socket open session.
| [in,out] | sock | Socket for which the handler is invoked. |
|
pure virtual |
Called at the end of a socket close session.
| [in,out] | sock | Socket for which the handler is invoked. |