twisted.internet.interfaces.IHostResolution(Interface)
interface documentationtwisted.internet.interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.internet._resolver.HostResolution
An IHostResolution
represents represents an in-progress recursive query for a DNS name.
Present Since | Twisted 17.1.0 |
Attribute | name | unicode ;
the name of the host being resolved. |
Method | cancel | Stop the hostname resolution in progress. |