twisted.conch.recvline.TransportSequence(object)
class documentationtwisted.conch.recvline
View Source
(View In Hierarchy)
Implements interfaces: twisted.conch.insults.insults.ITerminalTransport
An ITerminalTransport
implementation which forwards calls to one or more other ITerminalTransport
s.
This is a cheap way for servers to keep track of the state they expect the client to see, since all terminal manipulations can be send to the real client and to a terminal emulator that lives in the server process.
Method | __init__ | Undocumented |