buffered_handler(io_event_loop &loop, int fd=-1) | buffered_handler | [protected] |
get_fd() | io_handler | |
get_loop() | io_handler | |
incoming_data(const void *data, int length) | packet_handler | [virtual] |
incoming_packet(const header &p, const void *data) | packet_handler | [virtual] |
io_event_loop class | io_handler | [friend] |
io_handler(int fd=-1) | io_handler | [protected] |
io_handler(io_event_loop &loop, int fd=-1, bool owned=false) | io_handler | [protected] |
is_owned() | io_handler | |
packet_handler(io_event_loop &loop, int fd=-1) | packet_handler | |
ravail() | buffered_handler | [protected, virtual] |
rbuf | buffered_handler | [protected] |
set_fd(int _fd) | io_handler | [protected] |
set_loop(io_event_loop &_loop) | io_handler | |
set_owned(bool o) | io_handler | |
want_read(bool) | io_handler | [protected] |
want_write(bool) | io_handler | [protected] |
wavail() | buffered_handler | [protected, virtual] |
wbuf | buffered_handler | [protected] |
write(header &p, const void *payload, int payload_length) | packet_handler | |
buffered_handler::write(const void *data, int length) | buffered_handler | |
write_asis(header &p, const void *payload) | packet_handler | |
~buffered_handler() | buffered_handler | [protected, virtual] |
~io_handler() | io_handler | [protected, virtual] |
~packet_handler() | packet_handler | [virtual] |