Uses of Class
com.maxmind.geoip2.model.EnterpriseResponse
-
Packages that use EnterpriseResponse Package Description com.maxmind.geoip2 com.maxmind.geoip2.model -
-
Uses of EnterpriseResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return EnterpriseResponse Modifier and Type Method Description EnterpriseResponse
DatabaseProvider. enterprise(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Enterprise database.EnterpriseResponse
DatabaseReader. enterprise(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Enterprise database.Methods in com.maxmind.geoip2 that return types with arguments of type EnterpriseResponse Modifier and Type Method Description Optional<EnterpriseResponse>
DatabaseProvider. tryEnterprise(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Enterprise database.Optional<EnterpriseResponse>
DatabaseReader. tryEnterprise(InetAddress ipAddress)
-
Uses of EnterpriseResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type EnterpriseResponse Constructor Description EnterpriseResponse(EnterpriseResponse response, String ipAddress, Network network, List<String> locales)
-