![]() |
TSDuck v3.45-4686
MPEG Transport Stream Toolkit
|
Interface class for Telnet connection Reactor handlers. More...
#include <tsReactiveTelnetConnectionHandlerInterface.h>
Public Member Functions | |
| virtual void | handleTelnetLine (ReactiveTelnetConnection &sock, const UString &line, int error_code)=0 |
| Handle the reception of one Telnet line. | |
Interface class for Telnet connection Reactor handlers.
An application shall use ReactiveTCPConnectionHandlerInterface for the non-Telnet parts of the connection.
|
pure virtual |
Handle the reception of one Telnet line.
| [in,out] | sock | TCP socket for which the handler is invoked. |
| [in] | line | Received text line, without end-of-line markers. |
| [in] | error_code | System-specific error code, SYS_SUCCESS on success, SYS_EOF if the peer has disconnected, SYS_ERROR in case of unknown error. |