Package | Description |
---|---|
com.maxmind.geoip2 | |
com.maxmind.geoip2.exception |
Modifier and Type | Method and 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.
|
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.
|
CityResponse |
WebServiceClient.city() |
CityResponse |
DatabaseReader.city(InetAddress ipAddress) |
CityResponse |
WebServiceClient.city(InetAddress ipAddress) |
CityResponse |
GeoIp2Provider.city(InetAddress ipAddress) |
ConnectionTypeResponse |
DatabaseProvider.connectionType(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Connection Type database.
|
ConnectionTypeResponse |
DatabaseReader.connectionType(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Connection Type database.
|
CountryResponse |
WebServiceClient.country() |
CountryResponse |
DatabaseReader.country(InetAddress ipAddress) |
CountryResponse |
WebServiceClient.country(InetAddress ipAddress) |
CountryResponse |
GeoIp2Provider.country(InetAddress ipAddress) |
DomainResponse |
DatabaseProvider.domain(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Domain database.
|
DomainResponse |
DatabaseReader.domain(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Domain database.
|
EnterpriseResponse |
DatabaseProvider.enterprise(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Enterprise database.
|
EnterpriseResponse |
DatabaseReader.enterprise(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Enterprise database.
|
InsightsResponse |
WebServiceClient.insights() |
InsightsResponse |
WebServiceClient.insights(InetAddress ipAddress) |
IspResponse |
DatabaseProvider.isp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 ISP database.
|
IspResponse |
DatabaseReader.isp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 ISP database.
|
Optional<AnonymousIpResponse> |
DatabaseProvider.tryAnonymousIp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Anonymous IP.
|
Optional<AnonymousIpResponse> |
DatabaseReader.tryAnonymousIp(InetAddress ipAddress) |
Optional<AsnResponse> |
DatabaseProvider.tryAsn(InetAddress ipAddress)
Look up an IP address in a GeoLite2 ASN database.
|
Optional<AsnResponse> |
DatabaseReader.tryAsn(InetAddress ipAddress) |
Optional<CityResponse> |
DatabaseProvider.tryCity(InetAddress ipAddress) |
Optional<CityResponse> |
DatabaseReader.tryCity(InetAddress ipAddress) |
Optional<ConnectionTypeResponse> |
DatabaseProvider.tryConnectionType(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Connection Type database.
|
Optional<ConnectionTypeResponse> |
DatabaseReader.tryConnectionType(InetAddress ipAddress) |
Optional<CountryResponse> |
DatabaseProvider.tryCountry(InetAddress ipAddress) |
Optional<CountryResponse> |
DatabaseReader.tryCountry(InetAddress ipAddress) |
Optional<DomainResponse> |
DatabaseProvider.tryDomain(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Domain database.
|
Optional<DomainResponse> |
DatabaseReader.tryDomain(InetAddress ipAddress) |
Optional<EnterpriseResponse> |
DatabaseProvider.tryEnterprise(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Enterprise database.
|
Optional<EnterpriseResponse> |
DatabaseReader.tryEnterprise(InetAddress ipAddress) |
Optional<IspResponse> |
DatabaseProvider.tryIsp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 ISP database.
|
Optional<IspResponse> |
DatabaseReader.tryIsp(InetAddress ipAddress) |
Modifier and Type | Class and Description |
---|---|
class |
AddressNotFoundException
This exception is thrown when the IP address is not found in the database.
|
class |
AuthenticationException
This exception is thrown when there is an authentication error.
|
class |
InvalidRequestException
This class represents a non-specific error returned by MaxMind's GeoIP2 web
service.
|
class |
OutOfQueriesException
This exception is thrown when your account does not have any queries
remaining for the called service.
|
class |
PermissionRequiredException
This exception is thrown when permission is required to use the service.
|
Copyright © 2020 MaxMind, Inc.. All rights reserved.