Table of Contents

Class: swocket_server swocket/server.py

this is what does the server<=>client stuff

Base Classes   
asynchat.async_chat
Methods   
__init__
collect_incoming_data
destroy
error
found_terminator
handle_close
log
logdebug
logerror
push
  __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


Table of Contents

This document was automatically generated on Wed Jul 11 15:13:59 2001 by HappyDoc version r1_5