Package proton :: Module reactor :: Class Reactor
[frames] | no frames]

type Reactor

source code

     object --+    
              |    
wrapper.Wrapper --+
                  |
                 Reactor
Known Subclasses:

Instance Methods
 
__init__(self, *handlers, **kwargs) source code
 
on_error(self, info) source code
 
yield_(self) source code
 
mark(self) source code
 
run(self) source code
 
wakeup(self) source code
 
start(self) source code
 
process(self) source code
 
stop(self) source code
 
schedule(self, delay, task) source code
 
acceptor(self, host, port, handler=None) source code
 
connection(self, handler=None) source code
 
selectable(self, handler=None) source code
 
update(self, sel) source code
 
push_event(self, obj, etype) source code

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

Static Methods
 
wrap(impl) source code
Properties
  global_handler
  timeout
  handler
  quiesced
Method Details

__init__(self, *handlers, **kwargs)
(Constructor)

source code 
Overrides: wrapper.Wrapper.__init__

Property Details

global_handler

Get Method:
_get_global(self)
Set Method:
_set_global(self, handler)

timeout

Get Method:
_get_timeout(self)
Set Method:
_set_timeout(self, secs)

handler

Get Method:
_get_handler(self)
Set Method:
_set_handler(self, handler)

quiesced