Module Protocols.TELNET
- Description
Implements TELNET as described by RFC 764 and RFC 854
Also implements the Q method of TELNET option negotiation as specified by RFC 1143.
- Constant AUTH_WHO_CLIENT
constant
int
Protocols.TELNET.AUTH_WHO_CLIENT
- Description
Client authenticating server
- Constant AUTH_WHO_SERVER
constant
int
Protocols.TELNET.AUTH_WHO_SERVER
- Description
Server authenticating client
- Constant LFLOW_OFF
constant
int
Protocols.TELNET.LFLOW_OFF
- Description
Disable remote flow control
- Constant LFLOW_ON
constant
int
Protocols.TELNET.LFLOW_ON
- Description
Enable remote flow control
- Constant LFLOW_RESTART_ANY
constant
int
Protocols.TELNET.LFLOW_RESTART_ANY
- Description
Restart output on any char
- Constant LFLOW_RESTART_XON
constant
int
Protocols.TELNET.LFLOW_RESTART_XON
- Description
Restart output only on XON
- Constant TELQUAL_INFO
constant
int
Protocols.TELNET.TELQUAL_INFO
- Description
ENVIRON: informational version of IS
- Constant TELQUAL_IS
constant
int
Protocols.TELNET.TELQUAL_IS
- Description
option is...
- Constant TELQUAL_NAME
constant
int
Protocols.TELNET.TELQUAL_NAME
- Description
AUTHENTICATION: client version of IS
- Constant TELQUAL_REPLY
constant
int
Protocols.TELNET.TELQUAL_REPLY
- Description
AUTHENTICATION: client version of IS
- Constant TELQUAL_SEND
constant
int
Protocols.TELNET.TELQUAL_SEND
- Description
send option
- Inherit TelnetCodes
inherit TelnetCodes : TelnetCodes
- Inherit Telopts
inherit Telopts : Telopts