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