Trees | Indices | Help |
|
---|
|
A terminator separated message stream asyncore module.
Handles a stream connection receiving messages terminated by a defined separator. For each complete message handle_message is called.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
AsyncTerminatedMessageStream constructor.
|
|
|
Handle a terminated message.
|
Send a message to the remote peer. This function is thread-safe.
Warning: If calling this function from a thread different than the one performing the main asyncore loop, remember that you have to wake that one up. |
predicate for inclusion in the readable for select()
|
predicate for inclusion in the writable for select()
|
|
|
Log an error in handling any request, and proceed.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 9 15:55:34 2010 | http://epydoc.sourceforge.net |