t.a.i._AbstractClient(_VolatileDataService) : class documentation

Part of twisted.application.internet View Source View In Hierarchy

Class Variable volatile list of attribute to remove from pickling. (type: list)
Instance Variable method the type of method to call on the reactor, one of TCP, UDP, SSL or UNIX. (type: str)
Instance Variable reactor the current running reactor. (type: a provider of IReactorTCP, IReactorUDP, IReactorSSL or IReactorUnix.)
Method __init__ Undocumented
Method startService Start the service.
Method stopService Stop the service.
Instance Variable _connection instance of connection set when the service is started. (type: a provider of twisted.internet.interfaces.IConnector.)
Method _getConnection Wrapper around the appropriate connect method of the reactor.

Inherited from _VolatileDataService:

Method __getstate__ Undocumented

Inherited from Service (via _VolatileDataService):

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.
Method privilegedStartService Do preparation work for starting the service.
volatile =
list of attribute to remove from pickling. (type: list)
method =
the type of method to call on the reactor, one of TCP, UDP, SSL or UNIX. (type: str)
reactor =
the current running reactor. (type: a provider of IReactorTCP, IReactorUDP, IReactorSSL or IReactorUnix.)
_connection =
instance of connection set when the service is started. (type: a provider of twisted.internet.interfaces.IConnector.)
def __init__(self, *args, **kwargs): (source)
Undocumented
def startService(self): (source)
Start the service.
def stopService(self): (source)
Stop the service.
Returnsa Deferred which is triggered when the service has finished shutting down. If shutting down is immediate, a value can be returned (usually, None). (type: Deferred)
def _getConnection(self): (source)
Wrapper around the appropriate connect method of the reactor.
Returnsthe port object returned by the connect method. (type: an object providing twisted.internet.interfaces.IConnector.)
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.