Uses of Class
com.maxmind.geoip2.model.AsnResponse
-
Packages that use AsnResponse Package Description com.maxmind.geoip2 com.maxmind.geoip2.model -
-
Uses of AsnResponse in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that return AsnResponse Modifier and Type Method Description AsnResponseDatabaseProvider. asn(InetAddress ipAddress)Look up an IP address in a GeoLite2 ASN database.AsnResponseDatabaseReader. 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 AsnResponse Modifier and Type Method Description Optional<AsnResponse>DatabaseProvider. tryAsn(InetAddress ipAddress)Look up an IP address in a GeoLite2 ASN database.Optional<AsnResponse>DatabaseReader. tryAsn(InetAddress ipAddress) -
Uses of AsnResponse in com.maxmind.geoip2.model
Subclasses of AsnResponse in com.maxmind.geoip2.model Modifier and Type Class Description classIspResponseThis class provides the GeoIP2 ISP model.Constructors in com.maxmind.geoip2.model with parameters of type AsnResponse Constructor Description AsnResponse(AsnResponse response, String ipAddress, Network network)
-