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 Country
LookupService. getCountry(long ipAddress)
Returns the country the IP address is in.Country
LookupService. getCountry(String ipAddress)
Returns the country the IP address is in.Country
LookupService. getCountry(InetAddress ipAddress)
Returns the country the IP address is in.Country
LookupService. getCountryV6(String ipAddress)
Returns the country the IP address is in.Country
LookupService. getCountryV6(InetAddress addr)
Returns the country the IP address is in.