Part of twisted.application.internet View Source View In Hierarchy
Serve Generic clients
Call reactor.listenWith when the service starts, with the arguments given to the constructor. When the service stops, stop listening. See twisted.internet.interfaces for documentation on arguments to the reactor method.
This service is deprecated (because reactor.listenWith is deprecated).Method | __init__ | Undocumented |
Inherited from _AbstractServer:
Method | privilegedStartService | Do preparation work for starting the service. |
Method | startService | Start the service. |
Method | stopService | Stop the service. |
Method | _getPort | Wrapper around the appropriate listen method of the reactor. |
Inherited from _VolatileDataService (via _AbstractServer):
Method | __getstate__ | Undocumented |
Inherited from Service (via _AbstractServer, _VolatileDataService):
Method | setName | Set the name of the service. |
Method | setServiceParent | Set the parent of the service. |
Method | disownServiceParent | Use this API to remove an IService
from an IServiceCollection .
|