| Home | Trees | Index | Help |
|---|
| Package i2p :: Module SocketServer :: Class TCPServer |
|
BaseServer--+ |BaseServer--+ |BaseServer--+ | | |TCPServer--+ | TCPServer
ForkingTCPServer,
HTTPServer,
ThreadingTCPServer,
UDPServer| Method Summary | |
|---|---|
Constructor. | |
| 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. | |
| 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 |
socket_type = 1 |
| Inherited from TCPServer | |
int |
address_family = 2 |
bool |
allow_reuse_address = False
|
int |
request_queue_size = 5 |
| Method Details |
|---|
__init__(self,
session,
RequestHandlerClass)
|
| Class Variable Details |
|---|
socket_type
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |