| Home | Trees | Index | Help |
|---|
| Package cryptoIDlib :: Module Server :: Class Server |
|
BaseServer--+ |TCPServer--+ |HTTPServer--+ |ThreadingMixIn--+ |TLSSocketServerMixIn--+ | Server
| Method Summary | |
|---|---|
__init__(self,
address,
dirName)
| |
handshake(self,
tlsConnection)
| |
| Inherited from ThreadingMixIn | |
Start a new thread to process the request. | |
Same as in BaseServer but as a thread. | |
| Inherited from TLSSocketServerMixIn | |
| |
| Inherited from HTTPServer | |
Override server_bind to store the server name. | |
| 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 to clean-up the server. | |
| Inherited from BaseServer | |
Handle an error gracefully. | |
Handle one request, possibly blocking. | |
Handle one request at a time until doomsday. | |
Verify the request. | |
| Class Variable Summary | |
|---|---|
| Inherited from ThreadingMixIn | |
bool |
daemon_threads = False
|
| Inherited from HTTPServer | |
int |
allow_reuse_address = 1 |
| Inherited from TCPServer | |
int |
address_family = 2 |
int |
request_queue_size = 5 |
int |
socket_type = 1 |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Mon May 24 02:15:59 2004 | http://epydoc.sf.net |