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.
def connectionMade(self): (source)

I will write a welcomeMessage and loginPrompt to the client.

def loggedIn(self): (source)

Called after the user succesfully logged in.

Override in subclasses.

def checkUserAndPass(self, username, password): (source)
Undocumented
def write(self, data): (source)

Write some data to the transport.

def telnet_Command(self, cmd): (source)

The default 'command processing' mode. You probably want to override me.

def doCommand(self, cmd): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2015-05-24 20:04:00.