Uses of Class
com.maxmind.geoip2.model.AnonymousPlusResponse
Packages that use AnonymousPlusResponse
-
Uses of AnonymousPlusResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return AnonymousPlusResponseModifier and TypeMethodDescriptionDatabaseProvider.anonymousPlus
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous Plus.DatabaseReader.anonymousPlus
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous Plus.Methods in com.maxmind.geoip2 that return types with arguments of type AnonymousPlusResponseModifier and TypeMethodDescriptionDatabaseProvider.tryAnonymousPlus
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous Plus.DatabaseReader.tryAnonymousPlus
(InetAddress ipAddress) -
Uses of AnonymousPlusResponse in com.maxmind.geoip2.model
Constructors in com.maxmind.geoip2.model with parameters of type AnonymousPlusResponseModifierConstructorDescriptionAnonymousPlusResponse
(AnonymousPlusResponse response, String ipAddress, Network network) Constructs an instance ofAnonymousPlusResponse
from the values in the response and the specified IP address and network.