Module Server :: Class Server
[show private | hide private]
[frames | no frames]

Class Server

dispatcher --+    
             |    
        Server --+
                 |
          Task --+
                 |
                Server


Method Summary
  __init__(self, engine)
  broadcastMessage(self, message, meToo, ignore)
  createConnection(self, sock)
  handleConnectionClose(self, conn)
  handleConnectionOpen(self, conn)
  run(self, ticks)
  sendMessage(self, receiverId, message)
  stopped(self)
    Inherited from Server
  broadcastPacket(self, packet, ignore, meToo)
  close(self)
  handle_accept(self)
  handle_close(self)
  handleClose(self)
  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)
    Inherited from Task
  started(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 Sat Apr 14 13:33:25 2007 http://epydoc.sf.net