Part of lp.services.twistedsupport
| Class | ConnTrackingFactoryWrapper | A factory decorator that tracks the current connections made by this |
| Class | ShutdownCleanlyService | A MultiService that doesn't stop until all connections of its factories |
| Class | ServerAvailableResource | A Resource indicating if a service is available for new connections. |
| Class | OrderedMultiService | A MultiService that guarantees start and stop order. |
| Function | make_web_status_service | Make a web site of ServerAvailableResource on a given port. |
See daemons/sftp.tac for an example use.
| Parameters | strport | a strport describing the port the web service should listen on. |
| tracking_factories | a collection of ConnTrackingFactoryWrapper instances. | |
| Returns | a service.Service | |