Qore TelnetClient Module Reference 1.7
Loading...
Searching...
No Matches
TelnetClient Namespace Reference

contains constant definitions and the definition of the TelnetClient class More...

Classes

class  TelnetClient
 The TelnetClient class allows communication with a telnet server; it can be used directly or subclassed with overridden methods to customize its behavior. More...
 
class  TelnetConnection
 class for Telnet connections; returns an object of class TelnetClient for connecting to telnet sessions More...
 

Variables

const auto AO = ...
 Abort output.
 
const auto AYT = ...
 Are You There.
 
const auto BRK = ...
 Break.
 
const auto CmdMap = ...
 command name map
 
const auto DM = ...
 Data Mark.
 
const auto DO = ...
 DO.
 
const auto DONT = ...
 DONT.
 
const auto EC = ...
 Erase Character.
 
const auto EL = ...
 Erase Line.
 
const auto GA = ...
 Go Ahead.
 
const auto IAC = ...
 IAC.
 
const auto IP = ...
 Interrupt process.
 
const auto NOP = ...
 No Operation.
 
const auto OptMap = ...
 option map, maps codes to text descriptions
 
const auto SE = ...
 Subnegotiation End.
 
const auto TOPT_3270 = ...
 Telnet3270Regime.
 
const auto TOPT_APRX = ...
 ApproxMessageSizeNegotiation.
 
const auto TOPT_AUTH = ...
 TelnetAuthenticationOption.
 
const auto TOPT_BIN = ...
 BinaryTransmission.
 
const auto TOPT_BYTE = ...
 ByteMacro.
 
const auto TOPT_CHARSET = ...
 TelnetCHARSET.
 
const auto TOPT_COMPORT = ...
 TelnetComPortControl.
 
const auto TOPT_DATA = ...
 DataEntryTerminal.
 
const auto TOPT_ECHO = ...
 Echo|Is|Send.
 
const auto TOPT_ENVIR = ...
 TelnetEnvironmentOption.
 
const auto TOPT_ENVIR_NEW = ...
 TelnetNewEnvironmentOption.
 
const auto TOPT_EOR = ...
 EndofRecord.
 
const auto TOPT_EXT = ...
 ExtendedASCII.
 
const auto TOPT_KERMIT = ...
 TelnetKERMIT.
 
const auto TOPT_LINE = ...
 Linemode.
 
const auto TOPT_LOGO = ...
 Logout.
 
const auto TOPT_NAWS = ...
 NegotiateAboutWindowSize.
 
const auto TOPT_OCRD = ...
 OutputCarriage-ReturnDisposition.
 
const auto TOPT_OFD = ...
 OutputFormfeedDisposition.
 
const auto TOPT_OHT = ...
 OutputHorizontalTabstops.
 
const auto TOPT_OHTD = ...
 OutputHorizontalTabDisposition.
 
const auto TOPT_OLD = ...
 OutputLinefeedDisposition.
 
const auto TOPT_OLW = ...
 OutputLineWidth.
 
const auto TOPT_OM = ...
 OutputMarking.
 
const auto TOPT_OPS = ...
 OutputPageSize.
 
const auto TOPT_OVT = ...
 OutputVerticalTabstops.
 
const auto TOPT_OVTD = ...
 OutputVerticalTabDisposition.
 
const auto TOPT_RECN = ...
 Reconnection.
 
const auto TOPT_REM = ...
 RemoteControlledTransandEcho.
 
const auto TOPT_RFC = ...
 RemoteFlowControl.
 
const auto TOPT_RSP = ...
 TelnetRemoteSerialPort.
 
const auto TOPT_SEND_URL = ...
 Send-URL.
 
const auto TOPT_SLE = ...
 TelnetSuppressLocalEcho.
 
const auto TOPT_SNDL = ...
 SendLocation.
 
const auto TOPT_STARTTLS = ...
 TelnetStartTLS.
 
const auto TOPT_STAT = ...
 Status.
 
const auto TOPT_SUP = ...
 SUPDUP.
 
const auto TOPT_SUPO = ...
 SUPDUPOutput.
 
const auto TOPT_SUPP = ...
 SuppressGoAhead.
 
const auto TOPT_TACACS = ...
 TACACSUserIdent.
 
const auto TOPT_TERM = ...
 TerminalType.
 
const auto TOPT_TIM = ...
 TimingMark.
 
const auto TOPT_TLN = ...
 TerminalLocationNumber.
 
const auto TOPT_TN3270 = ...
 TN3270Enhancements.
 
const auto TOPT_TS = ...
 TerminalSpeed.
 
const auto TOPT_X3 = ...
 X.3PAD.
 
const auto TOPT_X_AUTH = ...
 TelnetXAUTH.
 
const auto TOPT_XDL = ...
 XDisplayLocation.
 
const auto WILL = ...
 WILL.
 
const auto WONT = ...
 WONT.
 

Detailed Description

contains constant definitions and the definition of the TelnetClient class