| Home | Trees | Indices | Help |
|
|---|
|
|
twisted.internet.protocol.BaseProtocol --+
|
twisted.internet.protocol.Protocol --+
|
twisted.protocols.basic.LineOnlyReceiver --+
|
SmartLineReceiver
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
list of string
|
linealike = When SmartLineReceiver receives data ending with one the strings in this list, it'll add a delimiter at the end. |
||
bool
|
rmlinealike = TrueWhen set to True, used strings from prompt are
removed.
|
||
int
|
MAX_LENGTH The maximum length of a line to allow (If a sent line is longer than this, the connection is dropped). |
||
string
|
delimiter The line-ending delimiter to use. |
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
prompt add delimiter at the end.
If promptremove is True, remove the used string from
prompt.
|
|
|||
MAX_LENGTHThe maximum length of a line to allow (If a sent line is longer than this, the connection is dropped). Default is 16384.
|
delimiterThe line-ending delimiter to use. By default this is '\r\n'.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Nov 26 04:19:52 2007 |
|