Method Summary |
a new object with type S, a subtype of T
|
__new__ (S,
...)
|
|
checkPassword (self)
Check passwords. |
|
connectionEstablished (self)
Callback |
|
connectionLost (self)
Callback |
|
dataReceived (self,
data)
Process received data into lines (inherited from LineProtocol )
|
|
do_AUTH_PASS (self,
pswd)
PASS command at the AUTH phase |
|
do_AUTH_QUIT (self,
arg)
Closes the connection |
|
do_AUTH_USER (self,
user)
USER command at the AUTH phase |
|
do_ERROR (self,
cmd,
arg)
Error ocurred (invalid command) |
|
do_QUIT (self,
arg)
Closes the connection |
|
do_TRAN_QUIT (self,
arg)
Closes the connection |
|
do_UPDT_QUIT (self,
arg)
Closes the connection |
|
greetClient (self)
Sends greeting to client upon connection |
|
lineLengthExceeded (self,
line)
Callback called when a line exceeeds max length (inherited from LineProtocol )
|
|
lineReceived (self,
line)
Callback |
|
rawDataReceived (self,
data)
Callback (inherited from LineProtocol )
|
|
sendline (self,
line)
Send a line. (inherited from LineProtocol )
|
|
sendlines (self,
lines)
Helper method |
|
setLineMode (self,
extra)
Enter line mode (inherited from LineProtocol )
|
|
setRawMode (self)
Enter Raw mode (inherited from LineProtocol )
|
|
wrongPassword (self)
Callback |