Uses of Class
de.fhkl.zw.mkup.rattrap.entity.GeoLocatedHost

Packages that use GeoLocatedHost
de.fhkl.zw.mkup.rattrap.localizer   
de.fhkl.zw.mkup.rattrap.localizer.tools   
 

Uses of GeoLocatedHost in de.fhkl.zw.mkup.rattrap.localizer
 

Methods in de.fhkl.zw.mkup.rattrap.localizer with parameters of type GeoLocatedHost
 void DnsLocTranslator.getGeoLocation(GeoLocatedHost host)
           
 void IpToCountryTranslator.getGeoLocation(GeoLocatedHost host)
           
 void IpTranslator.getGeoLocation(GeoLocatedHost host)
          gets the geological location for the submitted host
 void TraceRouteTranslator.getGeoLocation(GeoLocatedHost host)
          takes the submitted geolocatedHost object, tries to find geoLocation information and stores it to the submitted object
 void WhoIsTransformer.getGeoLocation(GeoLocatedHost host)
           
 

Constructors in de.fhkl.zw.mkup.rattrap.localizer with parameters of type GeoLocatedHost
HarvesterLocalizer(GeoLocatedHost geoHost)
           
 

Uses of GeoLocatedHost in de.fhkl.zw.mkup.rattrap.localizer.tools
 

Methods in de.fhkl.zw.mkup.rattrap.localizer.tools with parameters of type GeoLocatedHost
static void TranslateTracerouteCode.getGeoLocation(java.lang.String code, GeoLocatedHost geoLoc, int relevance)