Home | Trees | Index | Help |
---|
Module SocketServer :: Class UDPServer |
|
BaseServer
--+ |TCPServer
--+ | UDPServer
UDPServer
Method Summary | |
---|---|
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 | |
Constructor. | |
Return socket file number. | |
Called by constructor to bind the socket. | |
Called to clean-up the server. |
Class Variable Summary | |
---|---|
bool |
allow_reuse_address = False
|
int |
max_packet_size = 8192 |
int |
socket_type = 2 |
Inherited from TCPServer | |
int |
address_family = 2 |
int |
request_queue_size = 5 |
Method Details |
---|
close_request(self, request)Called to clean up an individual request.
|
get_request(self)Get the request and client address from the socket. May be overridden.
|
server_activate(self)Called by constructor to activate the server. May be overridden.
|
Class Variable Details |
---|
allow_reuse_address
|
max_packet_size
|
socket_type
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |