rabbit.httpio
Class ResolvRunner

java.lang.Object
  extended by rabbit.httpio.ResolvRunner
All Implemented Interfaces:
Runnable

public class ResolvRunner
extends Object
implements Runnable

A dns lookup class that runs in the background.

Author:
Robert Olofsson

Constructor Summary
ResolvRunner(DNSHandler dnsHandler, URL url, InetAddressListener ial)
           
 
Method Summary
 void run()
          Run a dns lookup and then notifies the listener on the selector thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvRunner

public ResolvRunner(DNSHandler dnsHandler,
                    URL url,
                    InetAddressListener ial)
Method Detail

run

public void run()
Run a dns lookup and then notifies the listener on the selector thread.

Specified by:
run in interface Runnable