twisted.manhole.telnet.Shell(telnet.Telnet) class documentationtwisted.manhole.telnet
          View Source
          (View In Hierarchy)
        
      A Python command-line shell.
| Method | connectionMade | I will write a welcomeMessage and loginPrompt to the client. | 
| Method | loggedIn | Called after the user succesfully logged in. | 
| Method | checkUserAndPass | Undocumented | 
| Method | write | Write some data to the transport. | 
| Method | telnet_Command | The default 'command processing' mode. You probably want to override me. | 
| Method | doCommand | Undocumented | 
Inherited from BaseProtocol (via Telnet, Protocol):
| Method | makeConnection | Make a connection to a transport and a server. | 
Inherited from BaseProtocol (via Telnet, Protocol):
| Method | makeConnection | Make a connection to a transport and a server. | 
Inherited from BaseProtocol (via Telnet, Protocol):
| Method | makeConnection | Make a connection to a transport and a server. | 
Called after the user succesfully logged in.
Override in subclasses.
Write some data to the transport.
The default 'command processing' mode. You probably want to override me.