Part of twisted.plugin View Source View In Hierarchy
Known implementations: twisted.application.reactors.Reactor, twisted.application.service.ServiceMaker, twisted.plugins.cred_anonymous.AnonymousCheckerFactory, twisted.plugins.cred_file.FileCheckerFactory, twisted.plugins.cred_memory.InMemoryCheckerFactory, twisted.plugins.cred_unix.UNIXCheckerFactory, twisted.plugins.twisted_lore._LorePlugin, twisted.plugins.twisted_trial._Reporter, twisted.plugins.twisted_web2._Web2ResourcePlugin
Interface that must be implemented by all plugins.
Only objects which implement this interface will be considered for return bygetPlugins
. To be useful, plugins should also
implement some other application-specific interface.