Package sulley :: Module sessions :: Class web_interface_server
[show private | hide private]
[frames | no frames]

Class web_interface_server

BaseServer --+        
             |        
     TCPServer --+    
                 |    
        HTTPServer --+
                     |
                    web_interface_server


http://docs.python.org/lib/module-BaseHTTPServer.html
Method Summary
  __init__(self, server_address, RequestHandlerClass, session)
    Inherited from HTTPServer
  server_bind(self)
Override server_bind to store the server name.
    Inherited from TCPServer
  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_close(self)
Called to clean-up the server.

Class Variable Summary
    Inherited from HTTPServer
int allow_reuse_address = 1                                                                     
    Inherited from TCPServer
int address_family = 2                                                                     
int request_queue_size = 5                                                                     
int socket_type = 1                                                                     

Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 http://epydoc.sf.net