Trees Indices Help
Python Standard Library
Module SocketServer :: Class UDPServer
[]

_ClassType UDPServer

BaseServer --+ 
 | 
 TCPServer --+
 |
 UDPServer
Known Subclasses:

UDP server class.

Instance Methods [hide private]
get_request(self)
Get the request and client address from the socket.
server_activate(self)
Called by constructor to activate the server.
close_request(self, request)
Called to clean up an individual request.

Inherited from TCPServer : __init__ , fileno , server_bind , server_close

Inherited from BaseServer : finish_request , handle_error , handle_request , process_request , serve_forever , verify_request

Class Variables [hide private]
allow_reuse_address = False socket_type = 2 max_packet_size = 8192

Inherited from TCPServer : address_family , request_queue_size

Method Details [hide private]

get_request(self)

Get the request and client address from the socket.

May be overridden.

Overrides: TCPServer.get_request
(inherited documentation)

server_activate(self)

Called by constructor to activate the server.

May be overridden.

Overrides: BaseServer.server_activate
(inherited documentation)

close_request(self, request)

Called to clean up an individual request.

Overrides: BaseServer.close_request
(inherited documentation)

Trees Indices Help
Python Standard Library

AltStyle によって変換されたページ (->オリジナル) /