Uses of Class
com.maxmind.geoip2.model.CountryResponse
Packages that use CountryResponse
-
Uses of CountryResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return CountryResponseModifier and TypeMethodDescriptionDatabaseReader.country(InetAddress ipAddress) GeoIp2Provider.country(InetAddress ipAddress) WebServiceClient.country()WebServiceClient.country(InetAddress ipAddress) WebServiceProvider.country()Methods in com.maxmind.geoip2 that return types with arguments of type CountryResponseModifier and TypeMethodDescriptionDatabaseProvider.tryCountry(InetAddress ipAddress) DatabaseReader.tryCountry(InetAddress ipAddress) -
Uses of CountryResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type CountryResponseModifierConstructorDescriptionCountryResponse(CountryResponse response, String ipAddress, Network network, List<String> locales)