Package twisted :: Package internet :: Module main
[show private | hide private]
[frames | no frames]

Module twisted.internet.main

Backwards compatability, and utility functions.

In general, this module should not be used, other than by reactor authors who need to use the 'installReactor' method.

Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>
Function Summary
  installReactor(reactor)

Variable Summary
ConnectionLost CONNECTION_LOST
ConnectionDone CONNECTION_DONE
instance method addReader
instance method addWriter
instance method iterate
instance method removeReader
instance method removeWriter
instance method wakeUp

Variable Details

addReader

addReader = twisted.internet.default.SelectReactor.addReader

addWriter

addWriter = twisted.internet.default.SelectReactor.addWriter

CONNECTION_DONE

Type:
ConnectionDone
Value:
<twisted.internet.error.ConnectionDone instance at 0x102b50e0>         

CONNECTION_LOST

Type:
ConnectionLost
Value:
<twisted.internet.error.ConnectionLost instance at 0x10269d28>         

iterate

iterate = twisted.internet.base.ReactorBase.iterate

removeReader

removeReader = twisted.internet.default.SelectReactor.removeReader

removeWriter

removeWriter = twisted.internet.default.SelectReactor.removeWriter

wakeUp

wakeUp = twisted.internet.base.ReactorBase.wakeUp

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:40 2003 http://epydoc.sf.net