Home | Trees | Index | Help |
---|
Package i2p :: Module SocketServer :: Class ThreadingUDPServer |
|
ThreadingMixIn
--+ |ThreadingMixIn
--+ |BaseServer
--+ | | |BaseServer
--+ | | |BaseServer
--+ | | | | |TCPServer
--+ | | |TCPServer
--+ | | |BaseServer
--+ | | | | |TCPServer
--+ | | | | |UDPServer
--+ | | |UDPServer
--+ | ThreadingUDPServer
Method Summary | |
---|---|
Inherited from ThreadingMixIn | |
Start a new thread to process the request. | |
Same as in BaseServer but as a thread. | |
Inherited from TCPServer | |
Constructor. | |
Inherited from UDPServer | |
Called to clean up an individual request. | |
Get the request and client address from the socket. | |
Called by constructor to activate the server. | |
Inherited from TCPServer | |
Return socket file number. | |
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. | |
Handle one request at a time until doomsday. | |
Verify the request. |
Class Variable Summary | |
---|---|
Inherited from ThreadingMixIn | |
bool |
daemon_threads = False
|
Inherited from TCPServer | |
int |
socket_type = 1 |
Inherited from UDPServer | |
bool |
allow_reuse_address = False
|
int |
max_packet_size = 8192 |
Inherited from TCPServer | |
int |
address_family = 2 |
int |
request_queue_size = 5 |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |