| Home | Trees | Indices | Help |
|
|---|
|
|
asyncore.dispatcher --+
|
Dispatcher
This is an abstract class. You must derive from this class, and add the two methods collect_incoming_data() and found_terminator()
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
ac_in_buffer_size = 4096
|
|||
ac_out_buffer_size = 4096
|
|||
|
Inherited from |
|||
|
|||
|
|
Set the input delimiter. Can be a fixed string of any length, an integer, or None |
Essentially copied from asynchat. Main differences are SSL friendly recv error handling, and the removal of some terminator cases which don't occur in Anomos
|
|
|
|
|
predicate for inclusion in the readable for select()
|
predicate for inclusion in the writable for select()
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Feb 8 16:23:22 2010 | http://epydoc.sourceforge.net |