Package couchdbkit :: Module consumer :: Class continuous_changes_handler
[hide private]
[frames] | no frames]

Class continuous_changes_handler

source code

asyncore.dispatcher --+    
                      |    
    asynchat.async_chat --+
                          |
                         continuous_changes_handler

Instance Methods [hide private]
 
__init__(self, resp, callbacks, chunked) source code
 
handle_close(self) source code
 
collect_incoming_data(self, data) source code
 
emit_line(self, line) source code
 
found_terminator(self) source code

Inherited from asynchat.async_chat: close_when_done, discard_buffers, get_terminator, handle_read, handle_write, initiate_send, push, push_with_producer, readable, refill_buffer, set_terminator, writable

Inherited from asyncore.dispatcher: __getattr__, __repr__, accept, add_channel, bind, close, connect, create_socket, del_channel, handle_accept, handle_connect, handle_error, handle_expt, handle_expt_event, handle_read_event, handle_write_event, listen, log, log_info, recv, send, set_reuse_addr, set_socket

Class Variables [hide private]

Inherited from asynchat.async_chat: ac_in_buffer_size, ac_out_buffer_size

Inherited from asyncore.dispatcher: accepting, addr, closing, connected, debug

Method Details [hide private]

__init__(self, resp, callbacks, chunked)
(Constructor)

source code 
Overrides: asyncore.dispatcher.__init__

handle_close(self)

source code 
Overrides: asyncore.dispatcher.handle_close

collect_incoming_data(self, data)

source code 
Overrides: asynchat.async_chat.collect_incoming_data

found_terminator(self)

source code 
Overrides: asynchat.async_chat.found_terminator