Uses of Class
com.maxmind.geoip2.model.AnonymousIpResponse
-
Packages that use AnonymousIpResponse Package Description com.maxmind.geoip2 com.maxmind.geoip2.model -
-
Uses of AnonymousIpResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return AnonymousIpResponse Modifier and Type Method Description AnonymousIpResponse
DatabaseProvider. anonymousIp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Anonymous IP.AnonymousIpResponse
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 AnonymousIpResponse Modifier and Type Method Description Optional<AnonymousIpResponse>
DatabaseProvider. tryAnonymousIp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Anonymous IP.Optional<AnonymousIpResponse>
DatabaseReader. tryAnonymousIp(InetAddress ipAddress)
-
Uses of AnonymousIpResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type AnonymousIpResponse Constructor Description AnonymousIpResponse(AnonymousIpResponse response, String ipAddress, Network network)
-