interface documentation

class twisted.internet.interfaces.IReactorPluggableResolver(Interface): (source)

View In Hierarchy

An IReactorPluggableResolver is a reactor which can be customized with an IResolverSimple. This is a fairly limited interface, that supports only IPv4; you should use IReactorPluggableNameResolver instead.

See AlsoIReactorPluggableNameResolver
Method installResolver Set the internal resolver to use to for name lookups.
def installResolver(resolver): (source)

Set the internal resolver to use to for name lookups.

ParametersresolverThe new resolver to use. (type: IResolverSimple)
ReturnsThe previously installed resolver. (type: IResolverSimple)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.