t.c.t.T._._Perspective : class documentation

Part of twisted.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
state =
'yes' or 'no' indicating whether or not this option is enabled on one side of the connection.
negotiating =
A boolean tracking whether negotiation about this option is in progress.
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.
def __str__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.