de.fhkl.zw.mkup.rattrap.localizer
Class DnsLocTranslator

java.lang.Object
  extended by de.fhkl.zw.mkup.rattrap.localizer.DnsLocTranslator
All Implemented Interfaces:
IpTranslator

public class DnsLocTranslator
extends java.lang.Object
implements IpTranslator

Author:
rob sadly this class was not implemented. feel free if you manage to query a dns server and extract the location information

Constructor Summary
DnsLocTranslator()
           
 
Method Summary
 void getGeoLocation(GeoLocatedHost host)
          gets the geological location for the submitted host
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DnsLocTranslator

public DnsLocTranslator()
Method Detail

getGeoLocation

public void getGeoLocation(GeoLocatedHost host)
Description copied from interface: IpTranslator
gets the geological location for the submitted host

Specified by:
getGeoLocation in interface IpTranslator