Package | Description |
---|---|
com.maxmind.geoip |
This is geoip-api-java release 1.3.1 2016-02-08
retrieved from github.
|
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.
|