Package core :: Package controllers :: Package daemons :: Module proxy :: Class ProxyServer
[hide private]

Class ProxyServer




Instance Methods [hide private]
 
serve_forever(self)
Handle one request at a time until stopped.
 
server_bind(self)
Override server_bind to store the server name.

Inherited from SocketServer.TCPServer: __init__, close_request, fileno, get_request, server_activate, server_close

Inherited from SocketServer.BaseServer: finish_request, handle_error, handle_request, process_request, verify_request

Inherited from SocketServer.ThreadingMixIn: process_request_thread

Class Variables [hide private]

Inherited from BaseHTTPServer.HTTPServer: allow_reuse_address

Inherited from SocketServer.TCPServer: address_family, request_queue_size, socket_type

Inherited from SocketServer.ThreadingMixIn: daemon_threads

Method Details [hide private]

serve_forever(self)

 
Handle one request at a time until stopped.
Overrides: SocketServer.BaseServer.serve_forever

server_bind(self)

 
Override server_bind to store the server name.
Overrides: BaseHTTPServer.HTTPServer.server_bind
(inherited documentation)