Module NetworkTest :: Class TestServer
[show private | hide private]
[frames | no frames]

Class TestServer

dispatcher --+    
             |    
        Server --+
                 |
                TestServer


Method Summary
  createConnection(self, sock)
    Inherited from Server
  __init__(self, port, localOnly)
  broadcastPacket(self, packet, ignore, meToo)
  close(self)
  handle_accept(self)
  handle_close(self)
  handleClose(self)
  handleConnectionClose(self, connection)
  handleConnectionOpen(self, connection)
  sendPacket(self, receiverId, packet)
    Inherited from dispatcher
  __getattr__(self, attr)
  __repr__(self)
  accept(self)
  add_channel(self, map)
  bind(self, addr)
  connect(self, address)
  create_socket(self, family, type)
  del_channel(self, map)
  handle_connect(self)
  handle_error(self)
  handle_expt(self)
  handle_expt_event(self)
  handle_read(self)
  handle_read_event(self)
  handle_write(self)
  handle_write_event(self)
  listen(self, num)
  log(self, message)
  log_info(self, message, type)
  readable(self)
  recv(self, buffer_size)
  send(self, data)
  set_reuse_addr(self)
  set_socket(self, sock, map)
  writable(self)

Class Variable Summary
    Inherited from dispatcher
bool accepting = False
NoneType addr = None                                                                  
bool closing = False
bool connected = False
bool debug = False

Generated by Epydoc 2.1 on Thu Nov 23 23:40:43 2006 http://epydoc.sf.net