Uses of Class
com.maxmind.geoip2.model.EnterpriseResponse
Packages that use EnterpriseResponse
-
Uses of EnterpriseResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return EnterpriseResponseModifier and TypeMethodDescriptionDatabaseProvider.enterprise(InetAddress ipAddress) Look up an IP address in a GeoIP2 Enterprise database.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 EnterpriseResponseModifier and TypeMethodDescriptionDatabaseProvider.tryEnterprise(InetAddress ipAddress) Look up an IP address in a GeoIP2 Enterprise database.DatabaseReader.tryEnterprise(InetAddress ipAddress) -
Uses of EnterpriseResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type EnterpriseResponseModifierConstructorDescriptionEnterpriseResponse(EnterpriseResponse response, String ipAddress, Network network, List<String> locales)