| |
- dispatcher
-
- dispatcher_with_send
- file_dispatcher
- file_wrapper
class dispatcher |
|
no doc string |
| |
- __getattr__(self, attr)
- # cheap inheritance, used to pass all other attribute
- # references to the underlying socket object.
- __init__(self, sock=None)
- no doc string
- __repr__(self)
- no doc string
- accept(self)
- no doc string
- add_channel(self)
- no doc string
- bind(self, addr)
- no doc string
- close(self)
- no doc string
- connect(self, address)
- no doc string
- create_socket(self, family, type)
- no doc string
- del_channel(self)
- no doc string
- handle_accept(self)
- no doc string
- handle_close(self)
- no doc string
- handle_connect(self)
- no doc string
- handle_error(self, *info)
- no doc string
- handle_expt(self)
- no doc string
- handle_expt_event(self)
- no doc string
- handle_oob(self)
- no doc string
- handle_read(self)
- no doc string
- handle_read_event(self)
- no doc string
- handle_write(self)
- no doc string
- handle_write_event(self)
- no doc string
- listen(self, num)
- # ==================================================
- # socket object methods.
# ==================================================
- log(self, message)
- no doc string
- readable(self)
- # ==================================================
- # predicates for select()
- # these are used as filters for the lists of sockets
- # to pass to select().
# ==================================================
- recv(self, buffer_size)
- no doc string
- send(self, data)
- no doc string
- set_reuse_addr(self)
- no doc string
- set_socket(self, socket)
- no doc string
- writable(self)
- no doc string
|
|