Home | Trees | Index | Help |
|
---|
Module BaseHTTPServer :: Class HTTPServer |
|
BaseServer
--+ |TCPServer
--+ | HTTPServer
web_interface_server
Method Summary | |
---|---|
Override server_bind to store the server name. | |
Inherited from TCPServer | |
Constructor. | |
Called to clean up an individual request. | |
Return socket file number. | |
Get the request and client address from the socket. | |
Called by constructor to activate the server. | |
Called to clean-up the server. | |
Inherited from BaseServer | |
Finish one request by instantiating RequestHandlerClass. | |
Handle an error gracefully. | |
Handle one request, possibly blocking. | |
Call finish_request. | |
Handle one request at a time until doomsday. | |
Verify the request. |
Class Variable Summary | |
---|---|
int |
allow_reuse_address = 1 |
Inherited from TCPServer | |
int |
address_family = 2 |
int |
request_queue_size = 5 |
int |
socket_type = 1 |
Method Details |
---|
server_bind(self)Override server_bind to store the server name.
|
Class Variable Details |
---|
allow_reuse_address
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 | http://epydoc.sf.net |