Part of twisted.application.service View Source View In Hierarchy
Implements interfaces: twisted.application.service.IServiceMaker, twisted.plugin.IPlugin
IServiceMaker
plugins.
Method | __init__ | Undocumented |
Method | options | A twisted.python.usage.Options subclass defining
theconfiguration options for this application.
|
Method | makeService | Create and return an object providing twisted.application.service.IService .
|
twisted.python.usage.Options
subclass defining
theconfiguration options for this application.
twisted.application.service.IService
.
Parameters | options | A mapping (typically a dict or
twisted.python.usage.Options instance) of configuration
options to desired configuration values.
|