Package | Description |
---|---|
com.maxmind.geoip2 | |
com.maxmind.geoip2.model |
Modifier and Type | Method and Description |
---|---|
AsnResponse |
DatabaseProvider.asn(InetAddress ipAddress)
Look up an IP address in a GeoLite2 ASN database.
|
AsnResponse |
DatabaseReader.asn(InetAddress ipAddress)
Look up an IP address in a GeoLite2 ASN database.
|
Modifier and Type | Method and Description |
---|---|
Optional<AsnResponse> |
DatabaseProvider.tryAsn(InetAddress ipAddress)
Look up an IP address in a GeoLite2 ASN database.
|
Optional<AsnResponse> |
DatabaseReader.tryAsn(InetAddress ipAddress) |
Modifier and Type | Class and Description |
---|---|
class |
IspResponse
This class provides the GeoIP2 ISP model.
|
Copyright © 2020 MaxMind, Inc.. All rights reserved.