| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package system :: Module ClientServer :: Class Server |
|
BaseServer--+ |TCPServer--+ | Server
| Method Summary | |
|---|---|
The official - behind the scenes - init... | |
init_world(self)
| |
We override this funciton to allow multi-threaded server-request processing i.e. | |
quit(self)
| |
serv_forever(self)
| |
serve(self)
| |
| Inherited from TCPServer | |
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 by constructor to bind the socket. | |
Called to clean-up the server. | |
| Class Variable Summary | |
|---|---|
| Inherited from TCPServer | |
int |
address_family = 2 |
bool |
allow_reuse_address = False
|
int |
request_queue_size = 5 |
int |
socket_type = 1 |
| Method Details |
|---|
__init__(self,
ip_port,
handler)
|
process_request(self, request, client_address)We override this funciton to allow multi-threaded server-request processing i.e. allow multiple connections
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |