module documentation
(source)

Telnet protocol implementation.

AuthorJean-Paul Calderone
Variable MODE Undocumented
Variable EDIT Undocumented
Variable TRAPSIG Undocumented
Variable MODE_ACK Undocumented
Variable SOFT_TAB Undocumented
Variable LIT_ECHO Undocumented
Variable NULL Undocumented
Variable BEL Undocumented
Variable BS Undocumented
Variable HT Undocumented
Variable LF Undocumented
Variable VT Undocumented
Variable FF Undocumented
Variable CR Undocumented
Variable ECHO Undocumented
Variable SGA Undocumented
Variable NAWS Undocumented
Variable LINEMODE Undocumented
Variable EOR Undocumented
Variable SE Undocumented
Variable NOP Undocumented
Variable DM Undocumented
Variable BRK Undocumented
Variable IP Undocumented
Variable AO Undocumented
Variable AYT Undocumented
Variable EC Undocumented
Variable EL Undocumented
Variable GA Undocumented
Variable SB Undocumented
Variable WILL Undocumented
Variable WONT Undocumented
Variable DO Undocumented
Variable DONT Undocumented
Variable IAC Undocumented
Variable LINEMODE_MODE Undocumented
Variable LINEMODE_EDIT Undocumented
Variable LINEMODE_TRAPSIG Undocumented
Variable LINEMODE_MODE_ACK Undocumented
Variable LINEMODE_SOFT_TAB Undocumented
Variable LINEMODE_LIT_ECHO Undocumented
Variable LINEMODE_FORWARDMASK Undocumented
Variable LINEMODE_SLC Undocumented
Variable LINEMODE_SLC_SYNCH Undocumented
Variable LINEMODE_SLC_BRK Undocumented
Variable LINEMODE_SLC_IP Undocumented
Variable LINEMODE_SLC_AO Undocumented
Variable LINEMODE_SLC_AYT Undocumented
Variable LINEMODE_SLC_EOR Undocumented
Variable LINEMODE_SLC_ABORT Undocumented
Variable LINEMODE_SLC_EOF Undocumented
Variable LINEMODE_SLC_SUSP Undocumented
Variable LINEMODE_SLC_EC Undocumented
Variable LINEMODE_SLC_EL Undocumented
Variable LINEMODE_SLC_EW Undocumented
Variable LINEMODE_SLC_RP Undocumented
Variable LINEMODE_SLC_LNEXT Undocumented
Variable LINEMODE_SLC_XON Undocumented
Variable LINEMODE_SLC_XOFF Undocumented
Variable LINEMODE_SLC_FORW1 Undocumented
Variable LINEMODE_SLC_FORW2 Undocumented
Variable LINEMODE_SLC_MCL Undocumented
Variable LINEMODE_SLC_MCR Undocumented
Variable LINEMODE_SLC_MCWL Undocumented
Variable LINEMODE_SLC_MCWR Undocumented
Variable LINEMODE_SLC_MCBOL Undocumented
Variable LINEMODE_SLC_MCEOL Undocumented
Variable LINEMODE_SLC_INSRT Undocumented
Variable LINEMODE_SLC_OVER Undocumented
Variable LINEMODE_SLC_ECR Undocumented
Variable LINEMODE_SLC_EWR Undocumented
Variable LINEMODE_SLC_EBOL Undocumented
Variable LINEMODE_SLC_EEOL Undocumented
Variable LINEMODE_SLC_DEFAULT Undocumented
Variable LINEMODE_SLC_VALUE Undocumented
Variable LINEMODE_SLC_CANTCHANGE Undocumented
Variable LINEMODE_SLC_NOSUPPORT Undocumented
Variable LINEMODE_SLC_LEVELBITS Undocumented
Variable LINEMODE_SLC_ACK Undocumented
Variable LINEMODE_SLC_FLUSHIN Undocumented
Variable LINEMODE_SLC_FLUSHOUT Undocumented
Variable LINEMODE_EOF Undocumented
Variable LINEMODE_SUSP Undocumented
Variable LINEMODE_ABORT Undocumented
Interface ITelnetProtocol No interface docstring; 6/6 methods documented
Interface ITelnetTransport No interface docstring; 5/5 methods documented
Class TelnetError Undocumented
Class NegotiationError Undocumented
Class OptionRefused Undocumented
Class AlreadyEnabled Undocumented
Class AlreadyDisabled Undocumented
Class AlreadyNegotiating Undocumented
Class TelnetProtocol Undocumented
Class Telnet No summary
Class ProtocolTransportMixin Undocumented
Class TelnetTransport
Class TelnetBootstrapProtocol Undocumented
Class StatefulTelnetProtocol Undocumented
Class AuthenticatingTelnetProtocol A protocol which prompts for credentials and attempts to authenticate them.
Function _chr Create a byte sequence of length 1.
def _chr(i): (source)

Create a byte sequence of length 1.

RFC 854 specifies codes in decimal, but Python can only handle bytes literals in octal or hexadecimal. This helper function bridges that gap.

ParametersiThe value of the only byte in the sequence. (type: int)
ReturnsUndocumented (type: bytes)
MODE = (source)

Undocumented

EDIT = (source)

Undocumented

(type: int)
TRAPSIG = (source)

Undocumented

(type: int)
MODE_ACK = (source)

Undocumented

(type: int)
SOFT_TAB = (source)

Undocumented

(type: int)
LIT_ECHO = (source)

Undocumented

(type: int)
NULL = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

ECHO = (source)

Undocumented

Undocumented

NAWS = (source)

Undocumented

LINEMODE = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

WILL = (source)

Undocumented

WONT = (source)

Undocumented

Undocumented

DONT = (source)

Undocumented

Undocumented

LINEMODE_MODE = (source)

Undocumented

LINEMODE_EDIT = (source)

Undocumented

LINEMODE_TRAPSIG = (source)

Undocumented

LINEMODE_MODE_ACK = (source)

Undocumented

LINEMODE_SOFT_TAB = (source)

Undocumented

LINEMODE_LIT_ECHO = (source)

Undocumented

LINEMODE_FORWARDMASK = (source)

Undocumented

LINEMODE_SLC = (source)

Undocumented

LINEMODE_SLC_SYNCH = (source)

Undocumented

LINEMODE_SLC_BRK = (source)

Undocumented

LINEMODE_SLC_IP = (source)

Undocumented

LINEMODE_SLC_AO = (source)

Undocumented

LINEMODE_SLC_AYT = (source)

Undocumented

LINEMODE_SLC_EOR = (source)

Undocumented

LINEMODE_SLC_ABORT = (source)

Undocumented

LINEMODE_SLC_EOF = (source)

Undocumented

LINEMODE_SLC_SUSP = (source)

Undocumented

LINEMODE_SLC_EC = (source)

Undocumented

LINEMODE_SLC_EL = (source)

Undocumented

LINEMODE_SLC_EW = (source)

Undocumented

LINEMODE_SLC_RP = (source)

Undocumented

LINEMODE_SLC_LNEXT = (source)

Undocumented

LINEMODE_SLC_XON = (source)

Undocumented

LINEMODE_SLC_XOFF = (source)

Undocumented

LINEMODE_SLC_FORW1 = (source)

Undocumented

LINEMODE_SLC_FORW2 = (source)

Undocumented

LINEMODE_SLC_MCL = (source)

Undocumented

LINEMODE_SLC_MCR = (source)

Undocumented

LINEMODE_SLC_MCWL = (source)

Undocumented

LINEMODE_SLC_MCWR = (source)

Undocumented

LINEMODE_SLC_MCBOL = (source)

Undocumented

LINEMODE_SLC_MCEOL = (source)

Undocumented

LINEMODE_SLC_INSRT = (source)

Undocumented

LINEMODE_SLC_OVER = (source)

Undocumented

LINEMODE_SLC_ECR = (source)

Undocumented

LINEMODE_SLC_EWR = (source)

Undocumented

LINEMODE_SLC_EBOL = (source)

Undocumented

LINEMODE_SLC_EEOL = (source)

Undocumented

LINEMODE_SLC_DEFAULT = (source)

Undocumented

LINEMODE_SLC_VALUE = (source)

Undocumented

LINEMODE_SLC_CANTCHANGE = (source)

Undocumented

LINEMODE_SLC_NOSUPPORT = (source)

Undocumented

LINEMODE_SLC_LEVELBITS = (source)

Undocumented

LINEMODE_SLC_ACK = (source)

Undocumented

LINEMODE_SLC_FLUSHIN = (source)

Undocumented

LINEMODE_SLC_FLUSHOUT = (source)

Undocumented

LINEMODE_EOF = (source)

Undocumented

LINEMODE_SUSP = (source)

Undocumented

LINEMODE_ABORT = (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.