Part of nevow.zomnesrv View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
Inherited from Factory (via ClientFactory):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 40 | Method | doStart | Make sure startFactory is called. |
| 51 | Method | doStop | Make sure stopFactory is called. |
| 66 | Method | startFactory | This will be called before I begin listening on a Port or Connector. |
| 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 |
|---|---|---|---|
| 88 | Method | buildProtocol | Create an instance of a subclass of Protocol. |
| 119 | Method | clientConnectionFailed | Called when a connection has failed to connect. |
| 127 | Method | clientConnectionLost | Called when an established connection is lost. |
| 40 | Method | doStart | Make sure startFactory is called. |
| 51 | Method | doStop | Make sure stopFactory is called. |
| 111 | Method | startedConnecting | Called when a connection has been started. |
| 66 | Method | startFactory | This will be called before I begin listening on a Port or Connector. |
| 77 | Method | stopFactory | This will be called before I stop listening on all Ports/Connectors. |