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

Class IOHandler

source code

              object --+        
                       |        
        _wrapper.Wrapper --+    
                           |    
_reactor_impl.WrappedHandler --+
                               |
                              IOHandler

Instance Methods
 
__init__(self) source code

Inherited from _reactor_impl.WrappedHandler: add, clear

Inherited from _wrapper.Wrapper: __del__, __delattr__, __eq__, __getattr__, __hash__, __ne__, __repr__, __setattr__

Class Methods

Inherited from _reactor_impl.WrappedHandler: wrap

Class Variables

Inherited from _reactor_impl.WrappedHandler: handlers

Method Details

__init__(self)
(Constructor)

source code 
Overrides: _wrapper.Wrapper.__init__