Uses of Class
com.maxmind.geoip2.model.CountryResponse
-
Packages that use CountryResponse Package Description com.maxmind.geoip2 com.maxmind.geoip2.model -
-
Uses of CountryResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return CountryResponse Modifier and Type Method Description CountryResponseDatabaseReader. country(InetAddress ipAddress)CountryResponseGeoIp2Provider. country(InetAddress ipAddress)CountryResponseWebServiceClient. country()CountryResponseWebServiceClient. country(InetAddress ipAddress)Methods in com.maxmind.geoip2 that return types with arguments of type CountryResponse Modifier and Type Method Description Optional<CountryResponse>DatabaseProvider. tryCountry(InetAddress ipAddress)Optional<CountryResponse>DatabaseReader. tryCountry(InetAddress ipAddress) -
Uses of CountryResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type CountryResponse Constructor Description CountryResponse(CountryResponse response, String ipAddress, Network network, List<String> locales)
-