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