t.a.i._AbstractServer(_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 privilegedStartService Undocumented
Method startService Undocumented
Method stopService Undocumented
Instance Variable _port instance of port set when the service is started. (type: a provider of twisted.internet.interfaces.IListeningPort.)
Method _getPort Wrapper around the appropriate listen method of the reactor.

Inherited from _VolatileDataService:

Method __getstate__ Undocumented

Inherited from Service (via _VolatileDataService):

Method setName Undocumented
Method setServiceParent Undocumented
Method disownServiceParent Undocumented
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.)
_port =
instance of port set when the service is started. (type: a provider of twisted.internet.interfaces.IListeningPort.)
def __init__(self, *args, **kwargs): (source)
Undocumented
def privilegedStartService(self): (source)
Undocumented
def startService(self): (source)
Undocumented
def stopService(self): (source)
Undocumented
def _getPort(self): (source)
Wrapper around the appropriate listen method of the reactor.
Returnsthe port object returned by the listen method. (type: an object providing twisted.internet.interfaces.IListeningPort.)
API Documentation for Twisted, generated by pydoctor at 2015-01-30 14:14:53.