Package | Description |
---|---|
com.maxmind.geoip2 | |
com.maxmind.geoip2.exception |
Modifier and Type | Method and Description |
---|---|
AnonymousIpResponse |
DatabaseReader.anonymousIp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Anonymous IP.
|
CityResponse |
WebServiceClient.city() |
CityResponse |
WebServiceClient.city(InetAddress ipAddress) |
CityResponse |
DatabaseReader.city(InetAddress ipAddress) |
CityResponse |
GeoIp2Provider.city(InetAddress ipAddress) |
ConnectionTypeResponse |
DatabaseReader.connectionType(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Connection Type database.
|
CountryResponse |
WebServiceClient.country() |
CountryResponse |
WebServiceClient.country(InetAddress ipAddress) |
CountryResponse |
DatabaseReader.country(InetAddress ipAddress) |
CountryResponse |
GeoIp2Provider.country(InetAddress ipAddress) |
DomainResponse |
DatabaseReader.domain(InetAddress ipAddress)
Look up an IP address in a GeoIP2 Domain database.
|
InsightsResponse |
WebServiceClient.insights() |
InsightsResponse |
WebServiceClient.insights(InetAddress ipAddress) |
IspResponse |
DatabaseReader.isp(InetAddress ipAddress)
Look up an IP address in a GeoIP2 ISP database.
|
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.
|
Copyright © 2014 MaxMind, Inc.. All Rights Reserved.