class documentation
class ThreadedResolver(_ThreadedResolverImpl): (source)
Constructor: ThreadedResolver(reactor)
Undocumented
Method | __init__ |
Undocumented |
Inherited from ThreadedResolver
:
Method | get |
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 |
Undocumented |
Method | _cleanup |
Undocumented |
Method | _fail |
Undocumented |
Instance Variable | _running |
Undocumented |