| パッケージ | 説明 |
|---|---|
| com.maxmind.geoip |
This is geoip-api-java release 1.3.1 2016-02-08
retrieved from github.
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
Country |
LookupService.getCountry(long ipAddress) |
Returns the country the IP address is in.
|
Country |
LookupService.getCountry(java.lang.String ipAddress) |
Returns the country the IP address is in.
|
Country |
LookupService.getCountry(java.net.InetAddress ipAddress) |
Returns the country the IP address is in.
|
Country |
LookupService.getCountryV6(java.lang.String ipAddress) |
Returns the country the IP address is in.
|
Country |
LookupService.getCountryV6(java.net.InetAddress addr) |
Returns the country the IP address is in.
|