Module SocketServer :: Class ThreadingTCPServer
[show private | hide private]
[frames | no frames]

Class ThreadingTCPServer

BaseServer --+    
             |    
     TCPServer --+
                 |
ThreadingMixIn --+
                 |
                ThreadingTCPServer

Known Subclasses:
HTTPServer

Method Summary
    Inherited from ThreadingMixIn
  process_request(self, request, client_address)
Start a new thread to process the request.
  process_request_thread(self, request, client_address)
Same as in BaseServer but as a thread.
    Inherited from TCPServer
  __init__(self, server_address, RequestHandlerClass)
Constructor.
  close_request(self, request)
Called to clean up an individual request.
  fileno(self)
Return socket file number.
  get_request(self)
Get the request and client address from the socket.
  server_activate(self)
Called by constructor to activate the server.
  server_bind(self)
Called by constructor to bind the socket.
  server_close(self)
Called to clean-up the server.

Class Variable Summary
    Inherited from ThreadingMixIn
bool daemon_threads = False
    Inherited from TCPServer
int address_family = 2                                                                     
bool allow_reuse_address = False
int request_queue_size = 5                                                                     
int socket_type = 1                                                                     

Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 http://epydoc.sf.net