Uses of Class
com.maxmind.geoip.Country
| Package | Description |
|---|---|
| com.maxmind.geoip |
This is geoip-api-java release 1.3.1 2016-02-08
retrieved from github.
|
-
Uses of Country in com.maxmind.geoip
Methods in com.maxmind.geoip that return Country Modifier and Type Method Description CountryLookupService. getCountry(long ipAddress)Returns the country the IP address is in.CountryLookupService. getCountry(String ipAddress)Returns the country the IP address is in.CountryLookupService. getCountry(InetAddress ipAddress)Returns the country the IP address is in.CountryLookupService. getCountryV6(String ipAddress)Returns the country the IP address is in.CountryLookupService. getCountryV6(InetAddress addr)Returns the country the IP address is in.