|
|
|
iac_DO(self,
feature)
Do we support this telnet feature? Reply back appropriately. |
source code
|
|
|
iac_DONT(self,
feature)
Do we support this telnet feature? Reply back appropriately. |
source code
|
|
|
iac_WILL(self,
feature)
Do we support this telnet feature? Reply back appropriately. |
source code
|
|
|
iac_WONT(self,
feature)
Do we support this telnet feature? Reply back appropriately. |
source code
|
|
|
|
|
|
|
processChunk(self,
chunk)
Given data returned from the remote device, test out the current
chunk of data to determine whether or not to switch states, or just
add the chunk to the list of data received from the host. |
source code
|
|
|
processLine(self,
line)
Call a method that looks like 'telnet_*' where '*' is filled in by
the current mode. |
source code
|
|
|
|
|
|
|
|
|
cancelTimeout(self)
Cancel the timeout timer |
source code
|
|
|
defaultTimeout(self)
Reset the timeout timer |
source code
|
|
string
|
|
string
|
|
string
|
|
string
|
|
string
|
|
string
|
|
string
|
|
string
|
telnet_Command(self,
data)
Process the data from a sent command If there are no more commands
move to final state |
source code
|
|
string
|
|
Inherited from twisted.protocols.telnet.Telnet :
iacSBchunk ,
iac_IP ,
loggedIn ,
loginPrompt ,
telnet_User ,
welcomeMessage
Inherited from twisted.internet.protocol.Protocol :
connectionLost
Inherited from twisted.internet.protocol.BaseProtocol :
makeConnection
|