| Home | Trees | Index | Help |
|---|
| Package twisted :: Package runner :: Module procmon :: Class LineLogger |
|
BaseProtocol--+ |Protocol--+ |LineReceiver--+ | LineLogger
| Method Summary | |
|---|---|
Clear buffered data. (inherited from LineReceiver)
| |
(Deprecated) (inherited from Protocol)
| |
Called when the connection is shut down. (inherited from Protocol)
| |
Protocol.dataReceived. (inherited from LineReceiver)
| |
Called when the maximum line length has been reached. (inherited from LineReceiver)
| |
Override this for when each line is received. | |
Override this for when raw data is received. (inherited from LineReceiver)
| |
Sends a line to the other end of the connection. (inherited from LineReceiver)
| |
Sets the line-mode of this receiver. (inherited from LineReceiver)
| |
Sets the raw mode of this receiver. (inherited from LineReceiver)
| |
| Class Variable Summary | |
|---|---|
str |
delimiter
|
NoneType |
tag
|
| Method Details |
|---|
lineReceived(self, line)Override this for when each line is received.
|
| Class Variable Details |
|---|
delimiter
|
tag
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:59 2003 | http://epydoc.sf.net |