Uses of Class
com.maxmind.geoip2.model.AsnResponse
Packages that use AsnResponse
-
Uses of AsnResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return AsnResponseModifier and TypeMethodDescriptionDatabaseProvider.asn(InetAddress ipAddress) Look up an IP address in a GeoLite2 ASN database.DatabaseReader.asn(InetAddress ipAddress) Look up an IP address in a GeoLite2 ASN database.Methods in com.maxmind.geoip2 that return types with arguments of type AsnResponseModifier and TypeMethodDescriptionDatabaseProvider.tryAsn(InetAddress ipAddress) Look up an IP address in a GeoLite2 ASN database.DatabaseReader.tryAsn(InetAddress ipAddress) -
Uses of AsnResponse in com.maxmind.geoip2.model
Subclasses of AsnResponse in com.maxmind.geoip2.modelConstructors in com.maxmind.geoip2.model with parameters of type AsnResponseModifierConstructorDescriptionAsnResponse(AsnResponse response, String ipAddress, Network network) Constructs an instance ofAsnResponsewith only the specified values set.