PTLib
Version 2.10.4
|
Command Line Interpreter over Telnet sockets. More...
#include <cli.h>
Public Member Functions | |
Construction | |
PCLITelnet (WORD port=0, const char *prompt=NULL, bool singleThreadForAll=false) | |
Protected Member Functions | |
virtual PTCPSocket * | CreateSocket () |
Command Line Interpreter over Telnet sockets.
This class allows for access and automatic creation of command line interpreter contexts from incoming Telnet connections on a listening port.
PCLITelnet::PCLITelnet | ( | WORD | port = 0 , |
const char * | prompt = NULL , |
||
bool | singleThreadForAll = false |
||
) |
virtual PTCPSocket* PCLITelnet::CreateSocket | ( | ) | [protected, virtual] |
Reimplemented from PCLISocket.