Part of twisted.internet.interfaces View Source View In Hierarchy
| 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. |
Retrieve the named service from this application.
Raise aKeyError if there is no such service name.