[Top]
Protocols
Protocols.TELNET
|
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.
- Inherit
TelnetCodes
inherit TelnetCodes : TelnetCodes
- Inherit
Telopts
inherit Telopts : Telopts
- Constant
TELQUAL_IS
constant Protocols.TELNET.TELQUAL_IS
- Description
option is...
- Constant
TELQUAL_SEND
constant Protocols.TELNET.TELQUAL_SEND
- Description
send option
- Constant
TELQUAL_INFO
constant Protocols.TELNET.TELQUAL_INFO
- Description
ENVIRON: informational version of IS
- Constant
TELQUAL_REPLY
constant Protocols.TELNET.TELQUAL_REPLY
- Description
AUTHENTICATION: client version of IS
- Constant
TELQUAL_NAME
constant Protocols.TELNET.TELQUAL_NAME
- Description
AUTHENTICATION: client version of IS
- Constant
LFLOW_OFF
constant Protocols.TELNET.LFLOW_OFF
- Description
Disable remote flow control
- Constant
LFLOW_ON
constant Protocols.TELNET.LFLOW_ON
- Description
Enable remote flow control
- Constant
LFLOW_RESTART_ANY
constant Protocols.TELNET.LFLOW_RESTART_ANY
- Description
Restart output on any char
- Constant
LFLOW_RESTART_XON
constant Protocols.TELNET.LFLOW_RESTART_XON
- Description
Restart output only on XON
- Constant
AUTH_WHO_CLIENT
constant Protocols.TELNET.AUTH_WHO_CLIENT
- Description
Client authenticating server
- Constant
AUTH_WHO_SERVER
constant Protocols.TELNET.AUTH_WHO_SERVER
- Description
Server authenticating client
|