| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
SocketServer.BaseServer --+    
                          |    
     SocketServer.TCPServer --+
                              |
                             AccumulatorServer
A simple TCP server that intercepts shutdown() in order to interrupt our continuous polling on the handler.
| Instance Methods | |||
      
  | 
  |||
| 
     Inherited from  Inherited from   | 
  |||
| Class Variables | |
        server_shutdown = False
     | 
  |
| 
     Inherited from  Inherited from   | 
  |
| Method Details | 
  
 Stops the serve_forever loop. Blocks until the loop has finished. This must be called while serve_forever() is running in another thread, or it will deadlock. 
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 11 01:19:40 2014 | http://epydoc.sourceforge.net |