Part of twisted.scripts._twistw View Source View In Hierarchy
Method | preApplication | Do pre-application-creation setup. |
Method | postApplication | Start the application and run the reactor. |
Inherited from ApplicationRunner:
Method | __init__ | Undocumented |
Method | run | Run the application. |
Method | startReactor | Run the reactor with the given configuration. Subclasses should
probably call this from postApplication .
|
Method | createOrGetApplication | Create or load an Application based on the parameters found in the given
ServerOptions
instance.
|