class twisted.application.internet.TCPServer(_AbstractServer): (source)
Undocumented
Class Variable | __doc__ | Undocumented |
Class Variable | method | Undocumented |
Inherited from _AbstractServer:
Class Variable | volatile | list of attribute to remove from pickling. |
Instance Variable | reactor | the current running reactor. |
Method | __init__ | Undocumented |
Instance Variable | args | Undocumented |
Instance Variable | kwargs | Undocumented |
Method | privilegedStartService | Do preparation work for starting the service. |
Method | startService | Start the service. |
Method | stopService | Stop the service. |
Instance Variable | _port | instance of port set when the service is started. |
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):
Instance Variable | running | A boolean which indicates whether the service is running. |
Instance Variable | name | A str which is the name of the service or None . |
Instance Variable | parent | An IServiceCollection which is the parent or None . |
Method | setName | Set the name of the service. |
Method | setServiceParent | Set the parent of the service. This method is responsible for setting the parent attribute on this service (the child service). |
Method | disownServiceParent | Use this API to remove an IService from an IServiceCollection . |