this is what does the server<=>client stuff
Methods
|
|
|
|
__init__
|
__init__ (
self,
daemon,
count,
(,
)
|
|
collect_incoming_data
|
collect_incoming_data ( self, data )
|
|
destroy
|
destroy ( self )
|
|
error
|
error ( self, error=None )
|
|
found_terminator
|
found_terminator ( self )
we just received a nice document, do stuff
|
|
handle_close
|
handle_close ( self )
|
|
log
|
log ( self, text )
|
|
logdebug
|
logdebug ( self, text )
|
|
logerror
|
logerror ( self, text )
|
|
push
|
push (
self,
data,
terminator=None,
)
send data to client
|
|