Home | Trees | Index | Help |
---|
Package beepy :: Package transports :: Module base :: Class SelectReactor |
|
Method Summary | |
---|---|
__init__(self)
| |
Initiate a connection to a remote host | |
Hard exit | |
Run a single cycle of the main processing loop | |
Add a listening factory on a given port. | |
removeFactory(self,
factory)
| |
Run the main loop continuously | |
Interrupt the main loop and shut down |
Method Details |
---|
connectTCP(self, host, port, factory)Initiate a connection to a remote host
|
crash(self)Hard exit |
iterate(self)Run a single cycle of the main processing loop |
listenTCP(self, port, factory, interface='')Add a listening factory on a given port. If no specific interface is provided, listen on all interfaces.
|
run(self)Run the main loop continuously |
stop(self)Interrupt the main loop and shut down |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 | http://epydoc.sf.net |