Part of twisted.application.internet View Source View In Hierarchy
Call reactor.connectWith when the service starts, with the arguments given to the constructor.
This service is deprecated (because reactor.connectWith is deprecated).
| Method | __init__ | Undocumented | 
Inherited from _AbstractClient:
| Method | startService | Start the service. | 
| Method | stopService | Stop the service. | 
| Method | _getConnection | Wrapper around the appropriate connect method of the reactor. | 
Inherited from _VolatileDataService (via _AbstractClient):
| Method | __getstate__ | Undocumented | 
Inherited from Service (via _AbstractClient, _VolatileDataService):
| Method | setName | Set the name of the service. | 
| Method | setServiceParent | Set the parent of the service.  This method is responsible for setting 
the parentattribute on this service (the child service). | 
| Method | disownServiceParent | Use this API to remove an IServicefrom anIServiceCollection. | 
| Method | privilegedStartService | Do preparation work for starting the service. |