class documentation

class ThreadedResolver(_ThreadedResolverImpl): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented

Inherited from ThreadedResolver:

Method get​Host​By​Name See twisted.internet.interfaces.IResolverSimple.getHostByName.
Instance Variable reactor The reactor the threadpool of which will be used to call socket.gethostbyname and the I/O thread of which the result will be delivered.
Method _check​Timeout Undocumented
Method _cleanup Undocumented
Method _fail Undocumented
Instance Variable _running​Queries Undocumented
def __init__(self, reactor=None): (source)