Uses of Class
com.maxmind.geoip2.model.AnonymousIpResponse
Packages that use AnonymousIpResponse
-
Uses of AnonymousIpResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return AnonymousIpResponseModifier and TypeMethodDescriptionDatabaseProvider.anonymousIp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous IP.DatabaseReader.anonymousIp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous IP.Methods in com.maxmind.geoip2 that return types with arguments of type AnonymousIpResponseModifier and TypeMethodDescriptionDatabaseProvider.tryAnonymousIp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous IP.DatabaseReader.tryAnonymousIp
(InetAddress ipAddress) -
Uses of AnonymousIpResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type AnonymousIpResponseModifierConstructorDescriptionAnonymousIpResponse
(AnonymousIpResponse response, String ipAddress, Network network)