twisted.conch.telnet.StatefulTelnetProtocol(basic.LineReceiver, TelnetProtocol)
class documentationtwisted.conch.telnet
View Source
(View In Hierarchy)
Known subclasses: twisted.conch.telnet.AuthenticatingTelnetProtocol
Method | connectionLost | Called when the connection is shut down. |
Method | lineReceived | Override this for when each line is received. |
Method | telnet_Discard | Undocumented |
Inherited from BaseProtocol (via TelnetProtocol, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via TelnetProtocol, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via TelnetProtocol, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via TelnetProtocol, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via TelnetProtocol, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via TelnetProtocol, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via TelnetProtocol, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Called when the connection is shut down.
Clear any circular references here, and any external references to this Protocol. The connection has been closed.
Override this for when each line is received.
Parameters | line | The line which was received with the delimiter removed. (type: bytes ) |