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