twisted.conch.telnet.Telnet._OptionState._Perspective
class documentationtwisted.conch.telnet.Telnet._OptionState
View Source
(View In Hierarchy)
Represents the state of an option on side of the telnet connection. Some options can be enabled on a particular side of the connection (RFC 1073 for example: only the client can have NAWS enabled). Other options can be enabled on either or both sides (such as RFC 1372: each side can have its own flow control state).
Instance Variable | state | 'yes' or 'no' indicating whether or not this
option is enabled on one side of the connection. |
Instance Variable | negotiating | A boolean tracking whether negotiation about this option is in progress. |
Instance Variable | onResult | When negotiation about this option has been initiated by this side of the
connection, a Deferred which
will fire with the result of the negotiation. None
at other times. |
Method | __str__ | Undocumented |
'yes'
or 'no'
indicating whether or not this
option is enabled on one side of the connection.