Package i2p :: Module SocketServer :: Class UDPServer
[show private | hide private]
[frames | no frames]

Class UDPServer

BaseServer --+        
             |        
    BaseServer --+    
                 |    
BaseServer --+   |    
             |   |    
     TCPServer --+    
                 |    
         TCPServer --+
                     |
BaseServer --+       |
             |       |
     TCPServer --+   |
                 |   |
         UDPServer --+
                     |
                    UDPServer

Known Subclasses:
ForkingUDPServer, ThreadingUDPServer

Method Summary
    Inherited from TCPServer
  __init__(self, session, RequestHandlerClass)
Constructor.
    Inherited from UDPServer
  close_request(self, request)
Called to clean up an individual request.
  get_request(self)
Get the request and client address from the socket.
  server_activate(self)
Called by constructor to activate the server.
    Inherited from TCPServer
  fileno(self)
Return socket file number.
  server_bind(self)
Called by constructor to bind the socket.
  server_close(self)
Called to clean-up the server.

Class Variable Summary
    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                                                                     

Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 http://epydoc.sf.net