Package proton :: Module _handlers :: Class IOHandler
[frames] | no frames]

Class IOHandler

source code

     object --+    
              |    
_events.Handler --+
                  |
                 IOHandler

Instance Methods
 
__init__(self) source code
 
on_selectable_init(self, event) source code
 
on_selectable_updated(self, event) source code
 
on_selectable_final(self, event) source code
 
on_reactor_quiesced(self, event) source code
 
on_selectable_readable(self, event) source code
 
on_selectable_writable(self, event) source code
 
on_selectable_error(self, event) source code
 
on_selectable_expired(self, event) source code
 
on_connection_local_open(self, event) source code
 
on_connection_bound(self, event) source code
 
on_transport(self, event) source code
 
on_transport_closed(self, event) source code

Inherited from _events.Handler: add, on_unhandled

Static Methods
 
update(transport, selectable, now) source code
Class Variables

Inherited from _events.Handler: handlers

Method Details

__init__(self)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)