Part of nevow.zomnesrv View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 79 | Method | __init__ | `prefixURL` is used by WSGI apps. wsgi.py stores it in appRootURL. |
| 91 | Method | startFactory | Tell the other end that we are done starting up. |
| 98 | Method | log | Undocumented |
Inherited from Factory:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 40 | Method | doStart | Make sure startFactory is called. |
| 51 | Method | doStop | Make sure stopFactory is called. |
| 77 | Method | stopFactory | This will be called before I stop listening on all Ports/Connectors. |
| 88 | Method | buildProtocol | Create an instance of a subclass of Protocol. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 79 | Method | __init__ | `prefixURL` is used by WSGI apps. wsgi.py stores it in appRootURL. |
| 88 | Method | buildProtocol | Create an instance of a subclass of Protocol. |
| 40 | Method | doStart | Make sure startFactory is called. |
| 51 | Method | doStop | Make sure stopFactory is called. |
| 98 | Method | log | Undocumented |
| 91 | Method | startFactory | Tell the other end that we are done starting up. |
| 77 | Method | stopFactory | This will be called before I stop listening on all Ports/Connectors. |