An object which provides access to a collection of services.

Method getServiceNamed Retrieve the named service from this application.
Method addService Add a service to this collection.
Method removeService Remove a service from this collection.
def getServiceNamed(serviceName):

Retrieve the named service from this application.

Raise a KeyError if there is no such service name.

def addService(service):

Add a service to this collection.

def removeService(service):

Remove a service from this collection.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.