twisted.internet.interfaces.IReactorPluggableResolver(Interface)
interface documentationtwisted.internet.interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.internet.base.ReactorBase
A reactor with a pluggable name resolver interface.
Method | installResolver | Set the internal resolver to use to for name lookups. |
Set the internal resolver to use to for name lookups.
Parameters | resolver | The new resolver to use. (type: An object implementing the IResolverSimple
interface) |
Returns | The previously installed resolver. |