| java.lang.Object java.lang.Thread org.xbill.DNS.ResolveThread
ResolveThread | class ResolveThread extends Thread (Code) | | A special-purpose thread used by Resolvers (both SimpleResolver and
ExtendedResolver) to perform asynchronous queries.
author: Brian Wellington |
Method Summary | |
public void | run() Performs the query, and executes the callback. |
run | public void run()(Code) | | Performs the query, and executes the callback.
|
|
|