Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

accuracyRadius() - Method in record class com.maxmind.geoip2.record.Location
Returns the value of the accuracyRadius record component.
AddressNotFoundException - Exception Class in com.maxmind.geoip2.exception
This exception is thrown when the IP address is not found in the database.
AddressNotFoundException(String) - Constructor for exception class com.maxmind.geoip2.exception.AddressNotFoundException
 
AddressNotFoundException(String, Throwable) - Constructor for exception class com.maxmind.geoip2.exception.AddressNotFoundException
 
anonymizer() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the anonymizer record component.
Anonymizer - Record Class in com.maxmind.geoip2.record
Contains data for the anonymizer record associated with an IP address.
Anonymizer() - Constructor for record class com.maxmind.geoip2.record.Anonymizer
Constructs an Anonymizer record with null values for all the nullable fields and false for all boolean fields.
Anonymizer(Integer, boolean, boolean, boolean, boolean, boolean, boolean, LocalDate, String) - Constructor for record class com.maxmind.geoip2.record.Anonymizer
Creates an instance of a Anonymizer record class.
anonymizerConfidence() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the anonymizerConfidence record component.
anonymousIp(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Anonymous IP.
anonymousIp(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Anonymous IP.
AnonymousIpResponse - Record Class in com.maxmind.geoip2.model
This class provides the GeoIP2 Anonymous IP model.
AnonymousIpResponse(InetAddress, boolean, boolean, boolean, boolean, boolean, boolean, Network) - Constructor for record class com.maxmind.geoip2.model.AnonymousIpResponse
Creates an instance of a AnonymousIpResponse record class.
anonymousPlus(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Anonymous Plus.
anonymousPlus(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Anonymous Plus.
AnonymousPlusResponse - Record Class in com.maxmind.geoip2.model
This class provides the GeoIP Anonymous Plus model.
AnonymousPlusResponse(InetAddress, boolean, boolean, boolean, boolean, boolean, boolean, Network, Integer, String, String) - Constructor for record class com.maxmind.geoip2.model.AnonymousPlusResponse
Constructs an instance of AnonymousPlusResponse with date parsing from MaxMind database.
AnonymousPlusResponse(InetAddress, boolean, boolean, boolean, boolean, boolean, boolean, Network, Integer, LocalDate, String) - Constructor for record class com.maxmind.geoip2.model.AnonymousPlusResponse
Creates an instance of a AnonymousPlusResponse record class.
asn(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoLite2 ASN database.
asn(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoLite2 ASN database.
AsnResponse - Record Class in com.maxmind.geoip2.model
This class provides the GeoLite2 ASN model.
AsnResponse(Long, String, InetAddress, Network) - Constructor for record class com.maxmind.geoip2.model.AsnResponse
Creates an instance of a AsnResponse record class.
AuthenticationException - Exception Class in com.maxmind.geoip2.exception
This exception is thrown when there is an authentication error.
AuthenticationException(String) - Constructor for exception class com.maxmind.geoip2.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception class com.maxmind.geoip2.exception.AuthenticationException
 
autonomousSystemNumber() - Method in record class com.maxmind.geoip2.model.AsnResponse
Returns the value of the autonomousSystemNumber record component.
autonomousSystemNumber() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the autonomousSystemNumber record component.
autonomousSystemNumber() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the autonomousSystemNumber record component.
autonomousSystemOrganization() - Method in record class com.maxmind.geoip2.model.AsnResponse
Returns the value of the autonomousSystemOrganization record component.
autonomousSystemOrganization() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the autonomousSystemOrganization record component.
autonomousSystemOrganization() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the autonomousSystemOrganization record component.
averageIncome() - Method in record class com.maxmind.geoip2.record.Location
Returns the value of the averageIncome record component.

B

build() - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
build() - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
Builder(int, String) - Constructor for class com.maxmind.geoip2.WebServiceClient.Builder
 
Builder(File) - Constructor for class com.maxmind.geoip2.DatabaseReader.Builder
 
Builder(InputStream) - Constructor for class com.maxmind.geoip2.DatabaseReader.Builder
 

C

CABLE_DSL - Enum constant in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
 
Caching - Section in class com.maxmind.geoip2.DatabaseReader
 
CELLULAR - Enum constant in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
 
city() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the city record component.
city() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the city record component.
city() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the city record component.
city() - Method in class com.maxmind.geoip2.WebServiceClient
 
city() - Method in interface com.maxmind.geoip2.WebServiceProvider
 
city(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
city(InetAddress) - Method in interface com.maxmind.geoip2.GeoIp2Provider
 
city(InetAddress) - Method in class com.maxmind.geoip2.WebServiceClient
 
City - Record Class in com.maxmind.geoip2.record
City-level data associated with an IP address.
City() - Constructor for record class com.maxmind.geoip2.record.City
Constructs an instance of City with no data.
City(City, List) - Constructor for record class com.maxmind.geoip2.record.City
Constructs an instance of City.
City(List, Integer, Long, Map) - Constructor for record class com.maxmind.geoip2.record.City
Compact canonical constructor that ensures immutability and handles null values.
CityResponse - Record Class in com.maxmind.geoip2.model
This class provides a model for the data returned by the City Plus web service and the City database.
CityResponse(CityResponse, List) - Constructor for record class com.maxmind.geoip2.model.CityResponse
Constructs an instance of CityResponse with the specified parameters.
CityResponse(City, Continent, Country, Location, MaxMind, Postal, Country, RepresentedCountry, List, Traits) - Constructor for record class com.maxmind.geoip2.model.CityResponse
Compact canonical constructor that sets defaults for null values.
close() - Method in class com.maxmind.geoip2.DatabaseReader
Closes the database.
code() - Method in exception class com.maxmind.geoip2.exception.InvalidRequestException
 
code() - Method in record class com.maxmind.geoip2.record.Continent
Returns the value of the code record component.
code() - Method in record class com.maxmind.geoip2.record.Postal
Returns the value of the code record component.
com.maxmind.geoip2 - module com.maxmind.geoip2
 
com.maxmind.geoip2 - package com.maxmind.geoip2
 
com.maxmind.geoip2.exception - package com.maxmind.geoip2.exception
 
com.maxmind.geoip2.model - package com.maxmind.geoip2.model
 
com.maxmind.geoip2.record - package com.maxmind.geoip2.record
 
confidence() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the confidence record component.
confidence() - Method in record class com.maxmind.geoip2.record.City
Returns the value of the confidence record component.
confidence() - Method in record class com.maxmind.geoip2.record.Country
Returns the value of the confidence record component.
confidence() - Method in record class com.maxmind.geoip2.record.Postal
Returns the value of the confidence record component.
confidence() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns the value of the confidence record component.
confidence() - Method in record class com.maxmind.geoip2.record.Subdivision
Returns the value of the confidence record component.
connectionType() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Returns the value of the connectionType record component.
connectionType() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the connectionType record component.
connectionType(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Connection Type database.
connectionType(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Connection Type database.
ConnectionTypeResponse - Record Class in com.maxmind.geoip2.model
This class provides the GeoIP2 Connection-Type model.
ConnectionTypeResponse(ConnectionTypeResponse.ConnectionType, InetAddress, Network) - Constructor for record class com.maxmind.geoip2.model.ConnectionTypeResponse
Creates an instance of a ConnectionTypeResponse record class.
ConnectionTypeResponse.ConnectionType - Enum Class in com.maxmind.geoip2.model
The enumerated values that connection-type may take.
connectTimeout(Duration) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
continent() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the continent record component.
continent() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns the value of the continent record component.
continent() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the continent record component.
continent() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the continent record component.
Continent - Record Class in com.maxmind.geoip2.record
Contains data for the continent record associated with an IP address.
Continent() - Constructor for record class com.maxmind.geoip2.record.Continent
Constructs an instance of Continent with no data.
Continent(Continent, List) - Constructor for record class com.maxmind.geoip2.record.Continent
Constructs an instance of Continent.
Continent(List, String, Long, Map) - Constructor for record class com.maxmind.geoip2.record.Continent
Compact canonical constructor that ensures immutability and handles null values.
CORPORATE - Enum constant in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
 
country() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the country record component.
country() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns the value of the country record component.
country() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the country record component.
country() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the country record component.
country() - Method in class com.maxmind.geoip2.WebServiceClient
 
country() - Method in interface com.maxmind.geoip2.WebServiceProvider
 
country(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
country(InetAddress) - Method in interface com.maxmind.geoip2.GeoIp2Provider
 
country(InetAddress) - Method in class com.maxmind.geoip2.WebServiceClient
 
Country - Record Class in com.maxmind.geoip2.record
Contains data for the country record associated with an IP address.
Country() - Constructor for record class com.maxmind.geoip2.record.Country
Constructs an instance of Country with no data.
Country(Country, List) - Constructor for record class com.maxmind.geoip2.record.Country
Constructs an instance of Country.
Country(List, Integer, Long, boolean, String, Map) - Constructor for record class com.maxmind.geoip2.record.Country
Compact canonical constructor that ensures immutability and handles null values.
CountryResponse - Record Class in com.maxmind.geoip2.model
This class provides a model for the data returned by the Country web service and the Country database.
CountryResponse(CountryResponse, List) - Constructor for record class com.maxmind.geoip2.model.CountryResponse
Constructs an instance of CountryResponse with the specified parameters.
CountryResponse(Continent, Country, MaxMind, Country, RepresentedCountry, Traits) - Constructor for record class com.maxmind.geoip2.model.CountryResponse
Compact canonical constructor that sets defaults for null values.

D

DatabaseProvider - Interface in com.maxmind.geoip2
Interface for GeoIP2 database providers.
DatabaseReader - Class in com.maxmind.geoip2
The class DatabaseReader provides a reader for the GeoIP2 database format.
DatabaseReader.Builder - Class in com.maxmind.geoip2
Constructs a Builder for the DatabaseReader.
deserialize(JsonParser, DeserializationContext) - Method in class com.maxmind.geoip2.InetAddressDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.maxmind.geoip2.NetworkDeserializer
 
DIALUP - Enum constant in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
 
disableHttps() - Method in class com.maxmind.geoip2.WebServiceClient.Builder
Disables HTTPS to connect to a test server or proxy.
domain() - Method in record class com.maxmind.geoip2.model.DomainResponse
Returns the value of the domain record component.
domain() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the domain record component.
domain(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Domain database.
domain(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Domain database.
DomainResponse - Record Class in com.maxmind.geoip2.model
This class provides the GeoIP2 Domain model.
DomainResponse(String, InetAddress, Network) - Constructor for record class com.maxmind.geoip2.model.DomainResponse
Creates an instance of a DomainResponse record class.

E

enterprise(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Enterprise database.
enterprise(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Enterprise database.
EnterpriseResponse - Record Class in com.maxmind.geoip2.model
This class provides a model for the data returned by the GeoIP2 Enterprise database
EnterpriseResponse(EnterpriseResponse, List) - Constructor for record class com.maxmind.geoip2.model.EnterpriseResponse
Constructs an instance of EnterpriseResponse with only required parameters.
EnterpriseResponse(City, Continent, Country, Location, MaxMind, Postal, Country, RepresentedCountry, List, Traits) - Constructor for record class com.maxmind.geoip2.model.EnterpriseResponse
Compact canonical constructor that sets defaults for null values.
equals(Object) - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.AsnResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.CityResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.CountryResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.DomainResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.InsightsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.model.IspResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.Anonymizer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.City
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.Continent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.Country
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.Location
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.MaxMind
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.Postal
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.Subdivision
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.maxmind.geoip2.record.Traits
Indicates whether some other object is "equal to" this one.
Exceptions - Section in class com.maxmind.geoip2.WebServiceClient
 

F

fileMode(Reader.FileMode) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
fromString(String) - Static method in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
Creates an instance of ConnectionTypeResponse from a string.

G

GeoIp2Exception - Exception Class in com.maxmind.geoip2.exception
This class represents a generic GeoIP2 error.
GeoIp2Exception(String) - Constructor for exception class com.maxmind.geoip2.exception.GeoIp2Exception
 
GeoIp2Exception(String, Throwable) - Constructor for exception class com.maxmind.geoip2.exception.GeoIp2Exception
 
GeoIp2Provider - Interface in com.maxmind.geoip2
Interface for GeoIP2 providers.
geonameId() - Method in interface com.maxmind.geoip2.NamedRecord
 
geonameId() - Method in record class com.maxmind.geoip2.record.City
Returns the value of the geonameId record component.
geonameId() - Method in record class com.maxmind.geoip2.record.Continent
Returns the value of the geonameId record component.
geonameId() - Method in record class com.maxmind.geoip2.record.Country
Returns the value of the geonameId record component.
geonameId() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns the value of the geonameId record component.
geonameId() - Method in record class com.maxmind.geoip2.record.Subdivision
Returns the value of the geonameId record component.
getAccuracyRadius() - Method in record class com.maxmind.geoip2.record.Location
Deprecated, for removal: This API element is subject to removal in a future version.
Use Location.accuracyRadius() instead. This method will be removed in 6.0.0.
getAnonymizerConfidence() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AnonymousPlusResponse.anonymizerConfidence() instead. This method will be removed in 6.0.0.
getAutonomousSystemNumber() - Method in record class com.maxmind.geoip2.model.AsnResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AsnResponse.autonomousSystemNumber() instead. This method will be removed in 6.0.0.
getAutonomousSystemNumber() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.autonomousSystemNumber() instead. This method will be removed in 6.0.0.
getAutonomousSystemNumber() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.autonomousSystemNumber() instead. This method will be removed in 6.0.0.
getAutonomousSystemOrganization() - Method in record class com.maxmind.geoip2.model.AsnResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AsnResponse.autonomousSystemOrganization() instead. This method will be removed in 6.0.0.
getAutonomousSystemOrganization() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.autonomousSystemOrganization() instead. This method will be removed in 6.0.0.
getAutonomousSystemOrganization() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.autonomousSystemOrganization() instead. This method will be removed in 6.0.0.
getAverageIncome() - Method in record class com.maxmind.geoip2.record.Location
Deprecated, for removal: This API element is subject to removal in a future version.
Use Location.averageIncome() instead. This method will be removed in 6.0.0.
getCity() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.city() instead. This method will be removed in 6.0.0.
getCity() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.city() instead. This method will be removed in 6.0.0.
getCity() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.city() instead. This method will be removed in 6.0.0.
getCode() - Method in exception class com.maxmind.geoip2.exception.InvalidRequestException
Deprecated, for removal: This API element is subject to removal in a future version.
Use InvalidRequestException.code() instead. This method will be removed in 6.0.0.
getCode() - Method in record class com.maxmind.geoip2.record.Continent
Deprecated, for removal: This API element is subject to removal in a future version.
Use Continent.code() instead. This method will be removed in 6.0.0.
getCode() - Method in record class com.maxmind.geoip2.record.Postal
Deprecated, for removal: This API element is subject to removal in a future version.
Use Postal.code() instead. This method will be removed in 6.0.0.
getConfidence() - Method in record class com.maxmind.geoip2.record.City
Deprecated, for removal: This API element is subject to removal in a future version.
Use City.confidence() instead. This method will be removed in 6.0.0.
getConfidence() - Method in record class com.maxmind.geoip2.record.Country
Deprecated, for removal: This API element is subject to removal in a future version.
Use Country.confidence() instead. This method will be removed in 6.0.0.
getConfidence() - Method in record class com.maxmind.geoip2.record.Postal
Deprecated, for removal: This API element is subject to removal in a future version.
Use Postal.confidence() instead. This method will be removed in 6.0.0.
getConfidence() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Deprecated, for removal: This API element is subject to removal in a future version.
Use RepresentedCountry.confidence() instead. This method will be removed in 6.0.0.
getConfidence() - Method in record class com.maxmind.geoip2.record.Subdivision
Deprecated, for removal: This API element is subject to removal in a future version.
Use Subdivision.confidence() instead. This method will be removed in 6.0.0.
getConnectionType() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use ConnectionTypeResponse.connectionType() instead. This method will be removed in 6.0.0.
getConnectionType() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.connectionType() instead. This method will be removed in 6.0.0.
getContinent() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.continent() instead. This method will be removed in 6.0.0.
getContinent() - Method in record class com.maxmind.geoip2.model.CountryResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CountryResponse.continent() instead. This method will be removed in 6.0.0.
getContinent() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.continent() instead. This method will be removed in 6.0.0.
getContinent() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.continent() instead. This method will be removed in 6.0.0.
getCountry() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.country() instead. This method will be removed in 6.0.0.
getCountry() - Method in record class com.maxmind.geoip2.model.CountryResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CountryResponse.country() instead. This method will be removed in 6.0.0.
getCountry() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.country() instead. This method will be removed in 6.0.0.
getCountry() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.country() instead. This method will be removed in 6.0.0.
getDomain() - Method in record class com.maxmind.geoip2.model.DomainResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use DomainResponse.domain() instead. This method will be removed in 6.0.0.
getDomain() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.domain() instead. This method will be removed in 6.0.0.
getGeoNameId() - Method in record class com.maxmind.geoip2.record.City
Deprecated, for removal: This API element is subject to removal in a future version.
Use City.geonameId() instead. This method will be removed in 6.0.0.
getGeoNameId() - Method in record class com.maxmind.geoip2.record.Continent
Deprecated, for removal: This API element is subject to removal in a future version.
Use Continent.geonameId() instead. This method will be removed in 6.0.0.
getGeoNameId() - Method in record class com.maxmind.geoip2.record.Country
Deprecated, for removal: This API element is subject to removal in a future version.
Use Country.geonameId() instead. This method will be removed in 6.0.0.
getGeoNameId() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Deprecated, for removal: This API element is subject to removal in a future version.
Use RepresentedCountry.geonameId() instead. This method will be removed in 6.0.0.
getGeoNameId() - Method in record class com.maxmind.geoip2.record.Subdivision
Deprecated, for removal: This API element is subject to removal in a future version.
Use Subdivision.geonameId() instead. This method will be removed in 6.0.0.
getHttpStatus() - Method in exception class com.maxmind.geoip2.exception.HttpException
Deprecated, for removal: This API element is subject to removal in a future version.
Use HttpException.httpStatus() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AnonymousIpResponse.ipAddress() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AnonymousPlusResponse.ipAddress() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.model.AsnResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AsnResponse.ipAddress() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use ConnectionTypeResponse.ipAddress() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.model.DomainResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use DomainResponse.ipAddress() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IpRiskResponse.ipAddress() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.ipAddress() instead. This method will be removed in 6.0.0.
getIpAddress() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.ipAddress() instead. This method will be removed in 6.0.0.
getIpRisk() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IpRiskResponse.ipRisk() instead. This method will be removed in 6.0.0.
getIsoCode() - Method in record class com.maxmind.geoip2.record.Country
Deprecated, for removal: This API element is subject to removal in a future version.
Use Country.isoCode() instead. This method will be removed in 6.0.0.
getIsoCode() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Deprecated, for removal: This API element is subject to removal in a future version.
Use RepresentedCountry.isoCode() instead. This method will be removed in 6.0.0.
getIsoCode() - Method in record class com.maxmind.geoip2.record.Subdivision
Deprecated, for removal: This API element is subject to removal in a future version.
Use Subdivision.isoCode() instead. This method will be removed in 6.0.0.
getIsp() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.isp() instead. This method will be removed in 6.0.0.
getIsp() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.isp() instead. This method will be removed in 6.0.0.
getLatitude() - Method in record class com.maxmind.geoip2.record.Location
Deprecated, for removal: This API element is subject to removal in a future version.
Use Location.latitude() instead. This method will be removed in 6.0.0.
getLeastSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.leastSpecificSubdivision() instead. This method will be removed in 6.0.0.
getLeastSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.leastSpecificSubdivision() instead. This method will be removed in 6.0.0.
getLeastSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.leastSpecificSubdivision() instead. This method will be removed in 6.0.0.
getLocation() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.location() instead. This method will be removed in 6.0.0.
getLocation() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.location() instead. This method will be removed in 6.0.0.
getLocation() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.location() instead. This method will be removed in 6.0.0.
getLongitude() - Method in record class com.maxmind.geoip2.record.Location
Deprecated, for removal: This API element is subject to removal in a future version.
Use Location.longitude() instead. This method will be removed in 6.0.0.
getMaxMind() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.maxmind() instead. This method will be removed in 6.0.0.
getMaxMind() - Method in record class com.maxmind.geoip2.model.CountryResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CountryResponse.maxmind() instead. This method will be removed in 6.0.0.
getMaxMind() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.maxmind() instead. This method will be removed in 6.0.0.
getMaxMind() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.maxmind() instead. This method will be removed in 6.0.0.
getMetadata() - Method in class com.maxmind.geoip2.DatabaseReader
Deprecated, for removal: This API element is subject to removal in a future version.
Use DatabaseReader.metadata() instead. This method will be removed in 6.0.0.
getMobileCountryCode() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.mobileCountryCode() instead. This method will be removed in 6.0.0.
getMobileCountryCode() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.mobileCountryCode() instead. This method will be removed in 6.0.0.
getMobileNetworkCode() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.mobileNetworkCode() instead. This method will be removed in 6.0.0.
getMobileNetworkCode() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.mobileNetworkCode() instead. This method will be removed in 6.0.0.
getMostSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.mostSpecificSubdivision() instead. This method will be removed in 6.0.0.
getMostSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.mostSpecificSubdivision() instead. This method will be removed in 6.0.0.
getMostSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.mostSpecificSubdivision() instead. This method will be removed in 6.0.0.
getName() - Method in record class com.maxmind.geoip2.record.City
Deprecated, for removal: This API element is subject to removal in a future version.
Use NamedRecord.name() instead. This method will be removed in 6.0.0.
getName() - Method in record class com.maxmind.geoip2.record.Continent
Deprecated, for removal: This API element is subject to removal in a future version.
Use NamedRecord.name() instead. This method will be removed in 6.0.0.
getName() - Method in record class com.maxmind.geoip2.record.Country
Deprecated, for removal: This API element is subject to removal in a future version.
Use NamedRecord.name() instead. This method will be removed in 6.0.0.
getName() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Deprecated, for removal: This API element is subject to removal in a future version.
Use NamedRecord.name() instead. This method will be removed in 6.0.0.
getName() - Method in record class com.maxmind.geoip2.record.Subdivision
Deprecated, for removal: This API element is subject to removal in a future version.
Use NamedRecord.name() instead. This method will be removed in 6.0.0.
getNames() - Method in record class com.maxmind.geoip2.record.City
Deprecated, for removal: This API element is subject to removal in a future version.
Use City.names() instead. This method will be removed in 6.0.0.
getNames() - Method in record class com.maxmind.geoip2.record.Continent
Deprecated, for removal: This API element is subject to removal in a future version.
Use Continent.names() instead. This method will be removed in 6.0.0.
getNames() - Method in record class com.maxmind.geoip2.record.Country
Deprecated, for removal: This API element is subject to removal in a future version.
Use Country.names() instead. This method will be removed in 6.0.0.
getNames() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Deprecated, for removal: This API element is subject to removal in a future version.
Use RepresentedCountry.names() instead. This method will be removed in 6.0.0.
getNames() - Method in record class com.maxmind.geoip2.record.Subdivision
Deprecated, for removal: This API element is subject to removal in a future version.
Use Subdivision.names() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AnonymousIpResponse.network() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AnonymousPlusResponse.network() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.model.AsnResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AsnResponse.network() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use ConnectionTypeResponse.network() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.model.DomainResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use DomainResponse.network() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IpRiskResponse.network() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.network() instead. This method will be removed in 6.0.0.
getNetwork() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.network() instead. This method will be removed in 6.0.0.
getNetworkLastSeen() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AnonymousPlusResponse.networkLastSeen() instead. This method will be removed in 6.0.0.
getOrganization() - Method in record class com.maxmind.geoip2.model.IspResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use IspResponse.organization() instead. This method will be removed in 6.0.0.
getOrganization() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.organization() instead. This method will be removed in 6.0.0.
getPopulationDensity() - Method in record class com.maxmind.geoip2.record.Location
Deprecated, for removal: This API element is subject to removal in a future version.
Use Location.populationDensity() instead. This method will be removed in 6.0.0.
getPostal() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.postal() instead. This method will be removed in 6.0.0.
getPostal() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.postal() instead. This method will be removed in 6.0.0.
getPostal() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.postal() instead. This method will be removed in 6.0.0.
getProviderName() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use AnonymousPlusResponse.providerName() instead. This method will be removed in 6.0.0.
getQueriesRemaining() - Method in record class com.maxmind.geoip2.record.MaxMind
Deprecated, for removal: This API element is subject to removal in a future version.
Use MaxMind.queriesRemaining() instead. This method will be removed in 6.0.0.
getRegisteredCountry() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.registeredCountry() instead. This method will be removed in 6.0.0.
getRegisteredCountry() - Method in record class com.maxmind.geoip2.model.CountryResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CountryResponse.registeredCountry() instead. This method will be removed in 6.0.0.
getRegisteredCountry() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.registeredCountry() instead. This method will be removed in 6.0.0.
getRegisteredCountry() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.registeredCountry() instead. This method will be removed in 6.0.0.
getRepresentedCountry() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.representedCountry() instead. This method will be removed in 6.0.0.
getRepresentedCountry() - Method in record class com.maxmind.geoip2.model.CountryResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CountryResponse.representedCountry() instead. This method will be removed in 6.0.0.
getRepresentedCountry() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.representedCountry() instead. This method will be removed in 6.0.0.
getRepresentedCountry() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.representedCountry() instead. This method will be removed in 6.0.0.
getStaticIpScore() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.staticIpScore() instead. This method will be removed in 6.0.0.
getSubdivisions() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.subdivisions() instead. This method will be removed in 6.0.0.
getSubdivisions() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.subdivisions() instead. This method will be removed in 6.0.0.
getSubdivisions() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.subdivisions() instead. This method will be removed in 6.0.0.
getTimeZone() - Method in record class com.maxmind.geoip2.record.Location
Deprecated, for removal: This API element is subject to removal in a future version.
Use Location.timeZone() instead. This method will be removed in 6.0.0.
getTraits() - Method in record class com.maxmind.geoip2.model.CityResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CityResponse.traits() instead. This method will be removed in 6.0.0.
getTraits() - Method in record class com.maxmind.geoip2.model.CountryResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use CountryResponse.traits() instead. This method will be removed in 6.0.0.
getTraits() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use EnterpriseResponse.traits() instead. This method will be removed in 6.0.0.
getTraits() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Use InsightsResponse.traits() instead. This method will be removed in 6.0.0.
getType() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Deprecated, for removal: This API element is subject to removal in a future version.
Use RepresentedCountry.type() instead. This method will be removed in 6.0.0.
getUri() - Method in exception class com.maxmind.geoip2.exception.HttpException
Deprecated, for removal: This API element is subject to removal in a future version.
Use HttpException.uri() instead. This method will be removed in 6.0.0.
getUri() - Method in exception class com.maxmind.geoip2.exception.InvalidRequestException
Deprecated, for removal: This API element is subject to removal in a future version.
Use InvalidRequestException.uri() instead. This method will be removed in 6.0.0.
getUserCount() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.userCount() instead. This method will be removed in 6.0.0.
getUserType() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
Use Traits.userType() instead. This method will be removed in 6.0.0.

H

hashCode() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.AsnResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.DomainResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.City
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.Continent
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.Country
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.Location
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.MaxMind
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.Postal
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.Subdivision
Returns a hash code value for this object.
hashCode() - Method in record class com.maxmind.geoip2.record.Traits
Returns a hash code value for this object.
host(String) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
httpClient(HttpClient) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
HttpException - Exception Class in com.maxmind.geoip2.exception
This class represents an HTTP transport error.
HttpException(String, int, URI) - Constructor for exception class com.maxmind.geoip2.exception.HttpException
 
HttpException(String, int, URI, Throwable) - Constructor for exception class com.maxmind.geoip2.exception.HttpException
 
httpStatus() - Method in exception class com.maxmind.geoip2.exception.HttpException
 

I

InetAddressDeserializer - Class in com.maxmind.geoip2
Deserializes a string to an InetAddress.
InetAddressDeserializer() - Constructor for class com.maxmind.geoip2.InetAddressDeserializer
Constructs an instance of InetAddressDeserializer.
InetAddressModule - Class in com.maxmind.geoip2
Jackson module for InetAddress serialization and deserialization.
InetAddressModule() - Constructor for class com.maxmind.geoip2.InetAddressModule
Constructs an instance of InetAddressModule.
InetAddressSerializer - Class in com.maxmind.geoip2
Serializes InetAddress to its host address string representation.
InetAddressSerializer() - Constructor for class com.maxmind.geoip2.InetAddressSerializer
Constructs an instance of InetAddressSerializer.
insights() - Method in class com.maxmind.geoip2.WebServiceClient
 
insights() - Method in interface com.maxmind.geoip2.WebServiceProvider
 
insights(InetAddress) - Method in class com.maxmind.geoip2.WebServiceClient
 
insights(InetAddress) - Method in interface com.maxmind.geoip2.WebServiceProvider
 
InsightsResponse - Record Class in com.maxmind.geoip2.model
This class provides a model for the data returned by the Insights web service.
InsightsResponse(Anonymizer, City, Continent, Country, Location, MaxMind, Postal, Country, RepresentedCountry, List, Traits) - Constructor for record class com.maxmind.geoip2.model.InsightsResponse
Compact canonical constructor that sets defaults for null values.
InvalidRequestException - Exception Class in com.maxmind.geoip2.exception
This class represents a non-specific error returned by MaxMind's GeoIP2 web service.
InvalidRequestException(String, String, int, URI, Throwable) - Constructor for exception class com.maxmind.geoip2.exception.InvalidRequestException
 
InvalidRequestException(String, String, URI) - Constructor for exception class com.maxmind.geoip2.exception.InvalidRequestException
 
ipAddress() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the ipAddress record component.
ipAddress() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the ipAddress record component.
ipAddress() - Method in record class com.maxmind.geoip2.model.AsnResponse
Returns the value of the ipAddress record component.
ipAddress() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Returns the value of the ipAddress record component.
ipAddress() - Method in record class com.maxmind.geoip2.model.DomainResponse
Returns the value of the ipAddress record component.
ipAddress() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the ipAddress record component.
ipAddress() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the ipAddress record component.
ipAddress() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the ipAddress record component.
ipRisk() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the ipRisk record component.
ipRisk(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 IP Risk database.
ipRisk(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 IP Risk database.
IpRiskResponse - Record Class in com.maxmind.geoip2.model
This class provides the GeoIP2 IP Risk model.
IpRiskResponse(InetAddress, boolean, boolean, boolean, boolean, boolean, boolean, Network, double) - Constructor for record class com.maxmind.geoip2.model.IpRiskResponse
Creates an instance of a IpRiskResponse record class.
ipRiskSnapshot() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the ipRiskSnapshot record component.
isAnonymous() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the isAnonymous record component.
isAnonymous() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the isAnonymous record component.
isAnonymous() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the isAnonymous record component.
isAnonymous() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the isAnonymous record component.
isAnonymous() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
isAnonymousVpn() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the isAnonymousVpn record component.
isAnonymousVpn() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the isAnonymousVpn record component.
isAnonymousVpn() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the isAnonymousVpn record component.
isAnonymousVpn() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the isAnonymousVpn record component.
isAnonymousVpn() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
isAnycast() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the isAnycast record component.
isHostingProvider() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the isHostingProvider record component.
isHostingProvider() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the isHostingProvider record component.
isHostingProvider() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the isHostingProvider record component.
isHostingProvider() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the isHostingProvider record component.
isHostingProvider() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
isInEuropeanUnion() - Method in record class com.maxmind.geoip2.record.Country
Returns the value of the isInEuropeanUnion record component.
isInEuropeanUnion() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns the value of the isInEuropeanUnion record component.
isLegitimateProxy() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the isLegitimateProxy record component.
isoCode() - Method in record class com.maxmind.geoip2.record.Country
Returns the value of the isoCode record component.
isoCode() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns the value of the isoCode record component.
isoCode() - Method in record class com.maxmind.geoip2.record.Subdivision
Returns the value of the isoCode record component.
isp() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the isp record component.
isp() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the isp record component.
isp(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 ISP database.
isp(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 ISP database.
IspResponse - Record Class in com.maxmind.geoip2.model
This class provides the GeoIP2 ISP model.
IspResponse(Long, String, InetAddress, String, String, String, String, Network) - Constructor for record class com.maxmind.geoip2.model.IspResponse
Creates an instance of a IspResponse record class.
isPublicProxy() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the isPublicProxy record component.
isPublicProxy() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the isPublicProxy record component.
isPublicProxy() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the isPublicProxy record component.
isPublicProxy() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the isPublicProxy record component.
isPublicProxy() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
isResidentialProxy() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the isResidentialProxy record component.
isResidentialProxy() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the isResidentialProxy record component.
isResidentialProxy() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the isResidentialProxy record component.
isResidentialProxy() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the isResidentialProxy record component.
isResidentialProxy() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.
isTorExitNode() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the isTorExitNode record component.
isTorExitNode() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the isTorExitNode record component.
isTorExitNode() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the isTorExitNode record component.
isTorExitNode() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the isTorExitNode record component.
isTorExitNode() - Method in record class com.maxmind.geoip2.record.Traits
Deprecated, for removal: This API element is subject to removal in a future version.

J

JsonSerializable - Interface in com.maxmind.geoip2
Interface for classes that can be serialized to JSON.

L

latitude() - Method in record class com.maxmind.geoip2.record.Location
Returns the value of the latitude record component.
leastSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.CityResponse
 
leastSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
 
leastSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.InsightsResponse
 
locales() - Method in interface com.maxmind.geoip2.NamedRecord
 
locales() - Method in record class com.maxmind.geoip2.record.City
Returns the value of the locales record component.
locales() - Method in record class com.maxmind.geoip2.record.Continent
Returns the value of the locales record component.
locales() - Method in record class com.maxmind.geoip2.record.Country
Returns the value of the locales record component.
locales() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns the value of the locales record component.
locales() - Method in record class com.maxmind.geoip2.record.Subdivision
Returns the value of the locales record component.
locales(List) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
locales(List) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
location() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the location record component.
location() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the location record component.
location() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the location record component.
Location - Record Class in com.maxmind.geoip2.record
Contains data for the location record associated with an IP address.
Location() - Constructor for record class com.maxmind.geoip2.record.Location
Constructs a Location record with null values for all the fields.
Location(Integer, Integer, Double, Double, Integer, String) - Constructor for record class com.maxmind.geoip2.record.Location
Creates an instance of a Location record class.
longitude() - Method in record class com.maxmind.geoip2.record.Location
Returns the value of the longitude record component.

M

maxmind() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the maxmind record component.
maxmind() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns the value of the maxmind record component.
maxmind() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the maxmind record component.
maxmind() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the maxmind record component.
MaxMind - Record Class in com.maxmind.geoip2.record
Contains data related to your MaxMind account.
MaxMind() - Constructor for record class com.maxmind.geoip2.record.MaxMind
Constructs a MaxMind record.
MaxMind(Integer) - Constructor for record class com.maxmind.geoip2.record.MaxMind
Creates an instance of a MaxMind record class.
metadata() - Method in class com.maxmind.geoip2.DatabaseReader
 
mobileCountryCode() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the mobileCountryCode record component.
mobileCountryCode() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the mobileCountryCode record component.
mobileNetworkCode() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the mobileNetworkCode record component.
mobileNetworkCode() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the mobileNetworkCode record component.
mostSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.CityResponse
 
mostSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
 
mostSpecificSubdivision() - Method in record class com.maxmind.geoip2.model.InsightsResponse
 

N

name() - Method in interface com.maxmind.geoip2.NamedRecord
 
NamedRecord - Interface in com.maxmind.geoip2
Interface for record classes that have localized names and GeoName IDs.
names() - Method in interface com.maxmind.geoip2.NamedRecord
 
names() - Method in record class com.maxmind.geoip2.record.City
Returns the value of the names record component.
names() - Method in record class com.maxmind.geoip2.record.Continent
Returns the value of the names record component.
names() - Method in record class com.maxmind.geoip2.record.Country
Returns the value of the names record component.
names() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns the value of the names record component.
names() - Method in record class com.maxmind.geoip2.record.Subdivision
Returns the value of the names record component.
network() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns the value of the network record component.
network() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the network record component.
network() - Method in record class com.maxmind.geoip2.model.AsnResponse
Returns the value of the network record component.
network() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Returns the value of the network record component.
network() - Method in record class com.maxmind.geoip2.model.DomainResponse
Returns the value of the network record component.
network() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns the value of the network record component.
network() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the network record component.
network() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the network record component.
NetworkDeserializer - Class in com.maxmind.geoip2
This class provides a deserializer for the Network class.
NetworkDeserializer() - Constructor for class com.maxmind.geoip2.NetworkDeserializer
Constructs a NetworkDeserializer with no type specified.
NetworkDeserializer(Class) - Constructor for class com.maxmind.geoip2.NetworkDeserializer
Constructs a @{code NetworkDeserializer} object.
networkLastSeen() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the networkLastSeen record component.
networkLastSeen() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the networkLastSeen record component.

O

organization() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns the value of the organization record component.
organization() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the organization record component.
OutOfQueriesException - Exception Class in com.maxmind.geoip2.exception
This exception is thrown when your account does not have any queries remaining for the called service.
OutOfQueriesException(String) - Constructor for exception class com.maxmind.geoip2.exception.OutOfQueriesException
 
OutOfQueriesException(String, Throwable) - Constructor for exception class com.maxmind.geoip2.exception.OutOfQueriesException
 

P

PermissionRequiredException - Exception Class in com.maxmind.geoip2.exception
This exception is thrown when permission is required to use the service.
PermissionRequiredException(String) - Constructor for exception class com.maxmind.geoip2.exception.PermissionRequiredException
 
PermissionRequiredException(String, Throwable) - Constructor for exception class com.maxmind.geoip2.exception.PermissionRequiredException
 
populationDensity() - Method in record class com.maxmind.geoip2.record.Location
Returns the value of the populationDensity record component.
port(int) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
postal() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the postal record component.
postal() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the postal record component.
postal() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the postal record component.
Postal - Record Class in com.maxmind.geoip2.record
Contains data for the postal record associated with an IP address.
Postal() - Constructor for record class com.maxmind.geoip2.record.Postal
Constructs a Postal record.
Postal(String, Integer) - Constructor for record class com.maxmind.geoip2.record.Postal
Creates an instance of a Postal record class.
providerName() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns the value of the providerName record component.
providerName() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns the value of the providerName record component.
proxy(ProxySelector) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 

Q

queriesRemaining() - Method in record class com.maxmind.geoip2.record.MaxMind
Returns the value of the queriesRemaining record component.

R

registeredCountry() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the registeredCountry record component.
registeredCountry() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns the value of the registeredCountry record component.
registeredCountry() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the registeredCountry record component.
registeredCountry() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the registeredCountry record component.
representedCountry() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the representedCountry record component.
representedCountry() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns the value of the representedCountry record component.
representedCountry() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the representedCountry record component.
representedCountry() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the representedCountry record component.
RepresentedCountry - Record Class in com.maxmind.geoip2.record
Contains data for the represented country associated with an IP address.
RepresentedCountry() - Constructor for record class com.maxmind.geoip2.record.RepresentedCountry
Constructs an instance of RepresentedCountry with no data.
RepresentedCountry(RepresentedCountry, List) - Constructor for record class com.maxmind.geoip2.record.RepresentedCountry
Constructs an instance of RepresentedCountry.
RepresentedCountry(List, Integer, Long, boolean, String, Map, String) - Constructor for record class com.maxmind.geoip2.record.RepresentedCountry
Compact canonical constructor that ensures immutability and handles null values.
requestTimeout(Duration) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 

S

SATELLITE - Enum constant in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
 
serialize(InetAddress, JsonGenerator, SerializerProvider) - Method in class com.maxmind.geoip2.InetAddressSerializer
 
staticIpScore() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the staticIpScore record component.
Subdivision - Record Class in com.maxmind.geoip2.record
Contains data for the subdivisions associated with an IP address.
Subdivision() - Constructor for record class com.maxmind.geoip2.record.Subdivision
Constructs a Subdivision record.
Subdivision(Subdivision, List) - Constructor for record class com.maxmind.geoip2.record.Subdivision
Constructs an instance of Subdivision with the specified parameters.
Subdivision(List, Integer, Long, String, Map) - Constructor for record class com.maxmind.geoip2.record.Subdivision
Compact canonical constructor that ensures immutability and handles null values.
subdivisions() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the subdivisions record component.
subdivisions() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the subdivisions record component.
subdivisions() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the subdivisions record component.

T

timeZone() - Method in record class com.maxmind.geoip2.record.Location
Returns the value of the timeZone record component.
toJson() - Method in interface com.maxmind.geoip2.JsonSerializable
 
toString() - Method in record class com.maxmind.geoip2.model.AnonymousIpResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.AnonymousPlusResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.AsnResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns a string representation of this record class.
toString() - Method in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
 
toString() - Method in record class com.maxmind.geoip2.model.ConnectionTypeResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.DomainResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.IpRiskResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.model.IspResponse
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.Anonymizer
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.City
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.Continent
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.Country
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.Location
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.MaxMind
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.Postal
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.Subdivision
Returns a string representation of this record class.
toString() - Method in record class com.maxmind.geoip2.record.Traits
Returns a string representation of this record class.
toString() - Method in class com.maxmind.geoip2.WebServiceClient
 
traits() - Method in record class com.maxmind.geoip2.model.CityResponse
Returns the value of the traits record component.
traits() - Method in record class com.maxmind.geoip2.model.CountryResponse
Returns the value of the traits record component.
traits() - Method in record class com.maxmind.geoip2.model.EnterpriseResponse
Returns the value of the traits record component.
traits() - Method in record class com.maxmind.geoip2.model.InsightsResponse
Returns the value of the traits record component.
Traits - Record Class in com.maxmind.geoip2.record
Contains data for the traits record associated with an IP address.
Traits() - Constructor for record class com.maxmind.geoip2.record.Traits
Constructs an instance of Traits.
Traits(Long, String, ConnectionTypeResponse.ConnectionType, String, InetAddress, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Double, String, String, String, Network, String, String, Integer, Double) - Constructor for record class com.maxmind.geoip2.record.Traits
Creates an instance of a Traits record class.
tryAnonymousIp(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Anonymous IP.
tryAnonymousIp(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryAnonymousPlus(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Anonymous Plus.
tryAnonymousPlus(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryAsn(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoLite2 ASN database.
tryAsn(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryCity(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
 
tryCity(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryConnectionType(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Connection Type database.
tryConnectionType(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryCountry(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
 
tryCountry(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryDomain(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Domain database.
tryDomain(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryEnterprise(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 Enterprise database.
tryEnterprise(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryIpRisk(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 IP Risk database.
tryIpRisk(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
tryIsp(InetAddress) - Method in interface com.maxmind.geoip2.DatabaseProvider
Look up an IP address in a GeoIP2 ISP database.
tryIsp(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
type() - Method in record class com.maxmind.geoip2.record.RepresentedCountry
Returns the value of the type record component.

U

uri() - Method in exception class com.maxmind.geoip2.exception.HttpException
 
uri() - Method in exception class com.maxmind.geoip2.exception.InvalidRequestException
 
Usage - Section in class com.maxmind.geoip2.DatabaseReader
 
Usage - Section in class com.maxmind.geoip2.WebServiceClient
 
userCount() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the userCount record component.
userType() - Method in record class com.maxmind.geoip2.record.Traits
Returns the value of the userType record component.

V

valueOf(String) - Static method in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WebServiceClient - Class in com.maxmind.geoip2
The WebServiceClient class provides a client API for all the GeoIP2 web services.
WebServiceClient.Builder - Class in com.maxmind.geoip2
Builder creates instances of WebServiceClient from values set by the methods.
WebServiceProvider - Interface in com.maxmind.geoip2
Interface for GeoIP2 web service providers.
withCache(NodeCache) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form