Module asyncore :: Class dispatcher
[hide private]
[frames] | no frames]

_ClassType dispatcher

Known Subclasses:

Instance Methods [hide private]
 
__init__(self, sock=None, map=None)
 
__repr__(self)
 
add_channel(self, map=None)
 
del_channel(self, map=None)
 
create_socket(self, family, type)
 
set_socket(self, sock, map=None)
 
set_reuse_addr(self)
 
readable(self)
 
writable(self)
 
listen(self, num)
 
bind(self, addr)
 
connect(self, address)
 
accept(self)
 
send(self, data)
 
recv(self, buffer_size)
 
close(self)
 
__getattr__(self, attr)
 
log(self, message)
 
log_info(self, message, type='info')
 
handle_read_event(self)
 
handle_write_event(self)
 
handle_expt_event(self)
 
handle_error(self)
 
handle_expt(self)
 
handle_read(self)
 
handle_write(self)
 
handle_connect(self)
 
handle_accept(self)
 
handle_close(self)
Class Variables [hide private]
  debug = False
  connected = False
  accepting = False
  closing = False
  addr = None